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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
QSense
Creator II
Creator II

Expression update for every week

Hello everyone ,

In my chart ı have two expressions one of them

count(IF(ISTEK_DURUM='Açık',ISTEK_DURUM))  (requests' statu : Open)

second expression

=Count({<ISTEK_ACISTARIHI2 = {"<=$(=Timestamp(Today() - 30, 'DD.MM.YYYY hh:mm:ss'))"},ISTEK_DURUM={'Açık'}>} ISTEK_ACISTARIHI2)

requests' statu open over 30 days

As you see below for each bagining of week , I want to display updated data but my second expression updates based on today not for every beginning of week

istek.png

my date dimension is :

date(WeekStart(ISTEK_ACISTARIHI2),'DD.MM.YYYY')

0 Replies