Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I have table in Qlik Sense with a measure count([Qlik_NMTKPI3.Jobid]), Jobid and other dimension variables.
Below is a snapshot of my output. The count is only showing as 1, when it should be 4.
count([Qlik_NMTKPI3.Jobid]) | Jobid |
1 | 136748655 |
1 | 136748655 |
1 | 136748655 |
1 | 136748655 |
I agree with @Or ,
but if you still want to show the count ignoring other columns, try:
Aggr(nodistinct count([Qlik_NMTKPI3.Jobid]), [Qlik_NMTKPI3.Jobid])
Regards,
Aditya
Hi Or and Aditya, thanks for replying to my question.
I have used Aditya's proposal and it works.
"Other dimension variables"? You may want to elaborate...
Hi @MikeJones
Also in agreement with @Or .
What are the other dimensions and variables. If you do a count([Qlik_NMTKPI3.Jobid]) as measure and Jobid as Dimension this should give you 4.
Regards Jandre
Mark the solution as accepted that solved your problem and if you found it useful, press the like button! Check out my YouTube Channel | Follow me on LinkedIn
I agree with @Or ,
but if you still want to show the count ignoring other columns, try:
Aggr(nodistinct count([Qlik_NMTKPI3.Jobid]), [Qlik_NMTKPI3.Jobid])
Regards,
Aditya
Hi Or and Aditya, thanks for replying to my question.
I have used Aditya's proposal and it works.
If the solution worked for you, kindly mark it as accepted.
Regards,
Aditya