Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i have this colum N° Doc and it show me 96 documents in total, i want it show me the number of document im selecting
im using this expression, obviously wrong i guess =count(total distinct [Num.Doc])&'N° Doc', can you help me to fix it?
i dont know how to do that, can you tell me how please?
@Xolink1389 What I can read, If you have same number of records and selected by end users with one, On top you want to see in selection bar with all that you have in the tabular (Irrespective of duplicates), Is that right?
OK, In this case The qlik sense working as designed because selection tool bar meant to select that is unique rows and not for non-duplicated selections.
Maybe try with Label In case you need to show all (Like, Count(ID) // Here I won't recommend to use the DISTINCT since you need all rows count).