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

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

help with count

I have a single table loaded,  trying to reconcile the counts that are showing in my list box, with what my chart is actually displaying,

The number do not add up - what am I missing.

The total records in this table is 32653.

When I print out the rowno()  the max it is displaying is 1401.

My list box shows the count of the frequency of the values which matches up to my totals.

😞

count1.PNG

5 Replies
qlikviewwizard
Master II
Master II

Hi,

Please use these two expressions in text boxes and see the results.

='All Values of ETB is ' &Count(ETB) &

'and '

& 'All Distinct Values of ETBis ' &Count(DISTINCT ETB)

='All Values of KTB is ' &Count(KTB) &

'and '

& 'All Distinct Values of KTBis ' &Count(DISTINCT KTB)

FYI, I enclosed test file with the data.

Hope you will understand.

Capture.PNG

tamilarasu
Champion
Champion

Hi,

Add RowNo() field as a dimension and see the result. I guess, %Datekey must contains replicated entries. Could you explain your exact requirement.?

jonathandienst
Partner - Champion III
Partner - Champion III

You are asking to see what's going on in your script. It might help if you posted it here.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
PrashantSangle

Hi,

try with TOTAL keyword.

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
avinashelite

Hi Gerry,

Do you have any where condition with that table? if so RowNo( ) cannot be used....please use RecNo( ) this should resolve the issue