Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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

15 Replies
tresesco
MVP
MVP

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

tresesco
MVP
MVP

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

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

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

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