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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Chart Expression for Follow Up date analysis

Hi,

I am currently building a dashboard which will include analysis to follow up opportunities.  Ideally I want to show in a chart if an opportunity is overdue, ie follow up date =today, <=today, >today (overdue).

Can anyone advise of the best expression to calculate this?

Thank you. 

Labels (1)
3 Replies
Not applicable
Author

hi

try this

if(Date<=today(),oppertunity) 

datanibbler
Champion
Champion

Hi,

try doing it as you say it, with an IF-condition.

=> What do you want to happen if an opportunity is overdue? Only the fact? -> In that case, you don't need a real chart, a textbox that can change in colour and text would be enough for that.

HTH

Best regards,

DataNibbler

Not applicable
Author

Hi,

If u want to highlight the oppurtunities in a chart u can use if condition in dimension/Expression background like follows:

If(Date<=today(),green(), if(Date>today(),red()))

Please post sample QVW.

Hope this helps.

-Shruti