Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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])
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.
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?
Hi ,
Excel is a sample ,
My requirements is I want the count of Count(Distinct [Claims Captured Claim Number]) for last 12 months
Motor and Non- motor , I am using field [Section Latest]
new sample attached.
Try this :
Count(Distinct {<CLAIMS_CAPTURED_MONTH_NAME={">=$(=MAX(CLAIMS_CAPTURED_MONTH_NAME)-12)"}>} [Claims Captured Claim Number])
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])
Sorry , it is not working-giving a value 201897 . and what should be in dimension.
I am getting like this-
But I want like this-
Please can you implement on the sample model and send it through.
Many Thanks,
QVF attached.
Take a look at Past12Months chart.
Hi Jkfong93,
Please assist me in getting the count of distinct claims for last 12 months in pie chart like below.
Isn't this what is shown like your example?
In edit mode, select the pie chart, go to appearance > presentation > select pie.