Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I have a straight table
Ex: Id name no Expression
1 hi
2 raj
3 ram
.
.
100000 suresh
I have i lakh records , i want to see only the row that have id= 500023
I can scroll on the scroll bar but i dont want that , i want to see the row for whatever id i want
Qliksss...........Suggest
I created list box for ID
i can search any Id
Thanks for alla your suggestions
You must do like this
Sum({<id={'500023'}>}Sales) //This will give for Sales of particular ID.
Or you may show with your expected o/p
Hi
You can use variable to pass the selection of id field and use this variable in set analysis of your expression
i dont have expression
when i dont have expression......??????????????
Expected O/P Please?
i want only row
id name
500003 sathish
remaining rows i dont want to see
Again when i want 25000 id
i want only that row
Hi
Use that variable as a calculated dimension
Hi,
then use Expression With set analysis to get what you want.
You cant use straight table without Expression, maybe you use Tablebox?
I created list box for ID
i can search any Id
Thanks for alla your suggestions