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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
vikasgupta
Creator
Creator

Count Expression

Hi friends

I have following data set :

Name   Id    01/01/13  02/01/13  03/01/13 ........ 30/01/13
abcP       P    A             P
xyzP       P    P             P

I wants to count total number of absent at particular date and name wise total number of absent from one month data set.

Thanks

Vikas

1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     You need to use the CrossTab option.

     Have a look at the QVW file and Excel file attached here with.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

3 Replies
MayilVahanan

HI

Use CrossTable and convert the data set into name, id, date and attendance.

Then you can convert date into month using month() function and u can achieve ur requirement

Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     You need to use the CrossTab option.

     Have a look at the QVW file and Excel file attached here with.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
jagan
Partner - Champion III
Partner - Champion III

Hi Vikas,

Try transforming this data to normal format by using CrossTable(),

Crosstable (Date, Status, 2) Load * from DataSource;

You can check help document for further help.

Hope this helps you.

Regards,

jagan.