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: 
sergio0592
Specialist III
Specialist III

Count number of cases

Hi all,

I'am facing the following problem. I have as input a pivot chart with date and num of hour as dimeniosn and Number of events as expression. The expected output is another chart that counts the number of cases with X events. 

But the difficulty is that i have a field for each num of hour, so 24 differents fields!!

Input:

P1.jpg

 

Ouput:

P2.jpg

Any idea about how to achieve this??

Thanks

1 Solution

Accepted Solutions
dplr-rn
Partner - Master III
Partner - Master III

2 Replies
dplr-rn
Partner - Master III
Partner - Master III

looks like you need to do cross table on the input data.

https://community.qlik.com/t5/Qlik-Design-Blog/The-Crosstable-Load/ba-p/1468083

sergio0592
Specialist III
Specialist III
Author

Of course, i forgot the famous Cross table statement !! I will try it.