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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
QFanatic
Creator
Creator

Assist with Expression

hi

Please find attached.

so the Data looks as given.

I need to create a chart (below) that looks like the desired output. Hope you can assist!

Thanks

 

Labels (2)
1 Solution

Accepted Solutions
petter
Partner - Champion III
Partner - Champion III

I presume that the first table you show is a table that is exactly like that in the Data Model as a data table and not a UI table having aggregates...

If so then simply create a UI regular table in a sheet:

1) Create a dimension with the field [Table]

2) Create a measure with the following expression:  Count( [Table] )

And you will get what you asked for....

View solution in original post

2 Replies
petter
Partner - Champion III
Partner - Champion III

I presume that the first table you show is a table that is exactly like that in the Data Model as a data table and not a UI table having aggregates...

If so then simply create a UI regular table in a sheet:

1) Create a dimension with the field [Table]

2) Create a measure with the following expression:  Count( [Table] )

And you will get what you asked for....

sayalip
Contributor II
Contributor II

Hi,

create a straight or pivot table with dimension table and expression =aggr(count (cardno),table)