Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Rick_T
Contributor III
Contributor III

Display or highlight the current weeknumber in a barchart

Goodafternoon, 

Is there a way to display or highlight the current weeknumber in a barchart when it is containing all the 52 weeks in a year? 

Sincerely, 

Rick 

1 Solution

Accepted Solutions
p_verkooijen
Partner - Specialist
Partner - Specialist

Yes use color by Expression

IF(Week=WEEK(Today()), Green(), Blue())

Where Week = your calendar dimension containing the weeknr

example.pngexample2.png

View solution in original post

3 Replies
p_verkooijen
Partner - Specialist
Partner - Specialist

Yes use color by Expression

IF(Week=WEEK(Today()), Green(), Blue())

Where Week = your calendar dimension containing the weeknr

example.pngexample2.png

Rick_T
Contributor III
Contributor III
Author

Works great! 

Thank you very much 🙂 

rbartley
Specialist II
Specialist II

Alternatively, you could use a combo chart and have the second measure displayed as a marker

only for the current week number, e.g. 

If( Week = WEEK(Today),Sum(Measure))

Capture.JPG