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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

reg-current day display

Hi Team ,

Please find the attached  expression .by writing this expression iam getting the the bar displayed for the whole month, but this expression is for the current month and i want to current month should displayed like  D-1. it should display up to  the previous day data.Can any please help me out.chart of rcurrent month.PNG

Labels (1)
6 Replies
avinashelite
MVP
MVP

try like this:

if(dimension<day(today()),yourexpression,)

Not applicable
Author

i have attached the expression ,could you please let me know where can i add .

avinashelite
MVP
MVP

you need to add one more if condition around that , that's what i have mentioned in the last post

if(dimension_name<day(today()),yourexpression,)

Not applicable
Author

ok thanks

Not applicable
Author

if i add the expression you have given ,now the line has gone and dot is reflecting on the previous date ,it it possible to get the bar up to previous day

avinashelite
MVP
MVP

can you please share app ??