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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
sagarrahul
Creator
Creator

all data

hiii community

i am having problem in getting data of all clm_no at a time

these are my fields

clm_no

name

end_date

city

now i want all

these are my clm_no

eg :

1234

4569

1456

1452

i wnat all data of field

how can i get it

Labels (1)
15 Replies
tresB
Champion III
Champion III

Where do you want that? If you create a list box for that field, you get all of them.

sagarrahul
Creator
Creator
Author

i have created a straight table

in that want that

i am doing by taking one and sellting one by one

but i want all a time using clm_no

tresB
Champion III
Champion III

What are your dimension and expression?

sagarrahul
Creator
Creator
Author

dimension are

clm_no

name

end_date

city

and expression i have kept 1

Anil_Babu_Samineni
MVP
MVP

I am not sure really, What are you trying to achieve. Would you let me know what is target Straight Table. Please provide sample input and Expected O/P

Why not simple, Count(nodistinct clm_no)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
sagarrahul
Creator
Creator
Author

i only  want this clm_no

12345

1256

1568

12587

Anil_Babu_Samineni
MVP
MVP

Then Why not this?

If(WildMatch(clm_no,'12345','1256','1568','12587')) as clm_no


OR


Count({<clm_no = {'12345','1256','1568','12587'} >} Target)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
sagarrahul
Creator
Creator
Author

in dimension or in expression

Anil_Babu_Samineni
MVP
MVP

Use Dimension if required, I really don't now what are you trying to acheive Can you please share the sample

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful