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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
suvechha_b
Creator III
Creator III

Chart representation ?

Hi All,

How to do this count in chart in Qliksense ?

 

expression : Count({$<[Partner Grouping Name]={'Personal & Commercial'},[Claims Captured Month]=>}
Distinct [Claims Captured Claim Number])

 

clipboard_image_0.png

clipboard_image_0.png

How to do the count for all whole Months- i.e from Jul-19 to Jun 18 and show them in graph in Qliksense.

Please see the excel  file attached.

 

sample model attached.

 

1 Solution

Accepted Solutions
Arthur_Fong
Partner - Specialist III
Partner - Specialist III

 QVF attached.

Take a look at Past12Months chart.

View solution in original post

10 Replies
Arthur_Fong
Partner - Specialist III
Partner - Specialist III

Your sample data seems not complete.

Can you provide your partner data as well?

And the Excel value seems different with the one you created in QS.

Did you missed out any filter that is required?

Also, how do you define Motor and Non-Motor Groups?

suvechha_b
Creator III
Creator III
Author

Hi ,

Excel is a sample ,

My requirements is I want the count of Count(Distinct [Claims Captured Claim Number]) for last 12 months

 

clipboard_image_0.png

 

Motor and Non- motor , I am using field [Section Latest]

new sample attached.

Arthur_Fong
Partner - Specialist III
Partner - Specialist III

Try this :

Count(Distinct {<CLAIMS_CAPTURED_MONTH_NAME={">=$(=MAX(CLAIMS_CAPTURED_MONTH_NAME)-12)"}>} [Claims Captured Claim Number])

Arthur_Fong
Partner - Specialist III
Partner - Specialist III

A little adjustment to ignore month selection:

Count(Distinct {<CLAIMS_CAPTURED_MONTH_NAME={">=$(=MAX(CLAIMS_CAPTURED_MONTH_NAME)-12)"},[Claims Captured Month]=>} [Claims Captured Claim Number])

suvechha_b
Creator III
Creator III
Author

Sorry , it is not working-giving a value 201897 . and what should be in dimension.

clipboard_image_0.png

I am getting like this-

clipboard_image_1.png

 

But I want like this-

 

clipboard_image_3.png

 

Please can you implement on the sample model and send it through.

Many Thanks,

Arthur_Fong
Partner - Specialist III
Partner - Specialist III

 QVF attached.

Take a look at Past12Months chart.

suvechha_b
Creator III
Creator III
Author

Hi Jkfong93,

Please assist me in getting the count of distinct claims for last 12 months in pie chart like below.

clipboard_image_0.png

Arthur_Fong
Partner - Specialist III
Partner - Specialist III

clipboard_image_0.png

Isn't this what is shown like your example?

Arthur_Fong
Partner - Specialist III
Partner - Specialist III

In edit mode, select the pie chart, go to appearance > presentation > select pie.