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: 
Anonymous
Not applicable

how to restric dates when total experssion value is zero

Hi team,

i am facing one issue

ISSUE:

i need to check total metric values date wise .

if total metric value is zero in particular date then i need to restrict that date in variable level or in QVD Script level

note:

if metric is variable or some calculated columns then how i call in script level

please see the attested QVW file

Regards,

brahma

13 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

In that case don't change the script at all. Change the chart expression to filter out the 0 total values: sum({<total={'<>0'}>}total)


talk is cheap, supply exceeds demand
Anonymous
Not applicable
Author

that approaches are i tried but i have some restriction like in my dashboards i have bulk date nearly 70 laks that time i can"t use above suggestions that my restriction.that way i am asking more advice's and more suggestions

Regards,

Brahma

Anonymous
Not applicable
Author

hi Gysbert Wassenaar ,

if you dont mind could you please give more information on your suggesstion?

Regards,

Bobbby

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Change the expression in you chart

From:

total

To:

=sum({<total={'<>0'}>}total)


talk is cheap, supply exceeds demand