Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
varmekontrol
Creator
Creator

Count days if value='string' (Bar Chart)

Hi

I am trying to count the days between today() and another date, but I only want to count if there is some certain information.

I have tried

Count(if(status='In progress', today() - status_date))

1 Solution

Accepted Solutions
sunny_talwar

May be this

Count({<status = {'In progress'}>} Today() - status_date)

View solution in original post

1 Reply
sunny_talwar

May be this

Count({<status = {'In progress'}>} Today() - status_date)