Hi All,
I have a requirement build a random selection logic in Qlik app.
For Ex: I have alert IDs column which has more than 30,000 distinct values. The user should have the option in list box to choose percentage . The percentage to be shown in list box is 10, 15, 20, 25, 30 . When a user select 10 percentage in list box i want the 10 percentage of Alert ID's to be selected randomly in another table. likewise the alert ID's should be randomly selected based on the percentage selected in list box.
One important thing is, the selection of alert IDs should be changed for every reload if i select 10 percentage. basically the random selection pattern should be changed for every reload.
Thanks in Advance.