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: 
QSense
Creator II
Creator II

Chart Expression show

İn my chart ,

I have two expression

one of them is quantity of request opening date more than 30 days : =Count({<ISTEK_ACISTARIHI2 = {"<=$(=Timestamp(Today() - 30, 'DD.MM.YYYY hh:mm:ss'))"},ISTEK_DURUM={'Açık'}>} ISTEK_ACISTARIHI2) 1 aydan uzun süredir Açık İstek Adedi

other expression is only quantity of requests : count(IF(ISTEK_DURUM='Açık',ISTEK_DURUM)) Açık İstek Adedi

istek.png

but in chart "açık istek adedi" (Blue one)expression is shown for only 30 days How can I make it show through all dates like red expression

Labels (1)
1 Reply
QSense
Creator II
Creator II
Author

These two expressions are overlaped so I can not see one of them