Discussion Board for collaboration related to QlikView App Development.
Hi Guys ,
So I have a query where I'd want to show the total count which is shown in the two images here below.
But as soon as I make a Selection I must have the total count not change for any of the selections made.
So that I can tally from the count of the month vs the total count that was made entirely.
How should I Proceed Further ?
Thanks for help !
Regards,
Abhay
add {1} inside Your countexpression maybe
count({1} Total Fieldname)
maybe in Total count expression - Sum(Total <your dimension> Count) or just Sum(Total Count)
Oh yes , That did help !
Thanks alot
Since im new to Qlik , im learning from yall.