Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Ksenia_Vo
Contributor II
Contributor II

Drop-down list in the table

I have a direct table. I want to make it possible to select " - " in one of the columns in the drop-down list, where there is no data. I know that this can be done using a script, but I don't know exactly how. Please help me find a script so that you can select the rows in the table where there are no values

Labels (6)
2 Replies
Arthur_Fong
Partner - Specialist III
Partner - Specialist III

In script, add

NullAsValue *;

set NullValue='-';

 

Brett_Bleess
Former Employee
Former Employee

If Arthur's post is what you needed, please do not forget to return to the thread and on his post, click the Accept as Solution button to close out the thread for us.  This will give him credit for the assistance and let other members know that was what you needed.  If you still have further questions, please leave an update post.

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.