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

Count

I have a table wiith column name Approval status as

0.created

1,approved

2.cancelled

how can i count the individual 0,1,2

3 Replies
jagan
Partner - Champion III
Partner - Champion III

Hi Gowtham,

This is a duplicate thread, you created one more thread.  Anyway trythis solution

 

Chart : Straight Table

Dimension: [Approval Status]

Expression: Count([Approval Status])

Or use  [Approval Status] as list box and select Show Frequency option in General tab.

Regards,

Jagan.

gautik92
Specialist III
Specialist III
Author

I want to represent in text box

jagan
Partner - Champion III
Partner - Champion III

HI,

Try like this

=Concat(Aggr(Status & ':' & Count(Status), Status), Chr(13))

Regards,

Jagan.