Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Nika3
Contributor II
Contributor II

Limit column

Hello!
I have the following question:
How can I restrict data in a column in a table? For example, we have all statuses and only need certain ones that are not closed. I have already tried with if command to exclude the certain statuses, and set close date to 0, but nothing works. Perhaps someone has a tip for me?
I tried this: in the state column, and then show column if:
If([State]= "certain states", [State])
[Completion date]= zero(),
If(([Closing Date]=Null()), [State])

Thanks in advance!

Labels (1)
2 Replies
PrashantSangle

write set analysis for it

try like

Only({<statuses={'Not Closed'}>}States)

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Nika3
Contributor II
Contributor II
Author

Unfortunately, that doesn't work either😔