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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
vidyas16
Partner - Contributor III
Partner - Contributor III

Display all records in Qlik Sense Table without distinct

Dear All,

Like in data base if distinct is not mentioned, it displays all the records in result set. Can we do the same in Qliksense?

Please see the example below

vidyas16_1-1617221975216.pngvidyas16_2-1617221993760.png

As a workaround currently I have added rowno() in the script, to display all the records. Could you please suggest if any changes can be made at the front end to get the desired result as database.

 

Thank you in advance.

Vidya

 

 

Labels (1)
1 Solution

Accepted Solutions
Dalton_Ruer
Support
Support

Using RowNo() in the script is usually a great idea anyway so that if there is every a challenge about the data you have an entry to show the uniqueness, like in this case show that it really did come in multiple times.

If there are any other fields already in the data you can use those instead to show uniqueness.

View solution in original post

2 Replies
Dalton_Ruer
Support
Support

Using RowNo() in the script is usually a great idea anyway so that if there is every a challenge about the data you have an entry to show the uniqueness, like in this case show that it really did come in multiple times.

If there are any other fields already in the data you can use those instead to show uniqueness.
vidyas16
Partner - Contributor III
Partner - Contributor III
Author

Thank you for the reply. I will proceed with the same way .