Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
zfatima91
Contributor
Contributor

Changing line style (from constant to dotted) based on cyclic group

I would like to turn the line on my line chart into a dotted line from a constant one just for the most recent period. Right now my dimension is a cyclic group called MonthWeekDay which includes fields for Month, Week ending and Dates.  

So far I have added expressions into text objects to break a part my expression but I am having a hard time pulling it all together when creating the expression under 'Line Style.'

This is what I have broken it down to so far:

=if(max(Month), '<S3>' , '<S1>') 

=GetCurrentField(MonthWeekDay)

 

Can someone please help me put this together into an expression that would work?

 

Thanks!

 

0 Replies