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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
fortaleza40
Contributor III
Contributor III

Yes/No table column

Hello Comunity,

This is related to other topic but i change the question after talk with customer and have a better idea what they expect, but still need help to know is if possible.

I want to ask if is possible to have a Yes/No column in a table, like a column with multiple choose options,  not sure how this works but i will like to know if is possible or not.

2 Replies
martinpohl
Partner - Master
Partner - Master

and what do you want to do with this yes/no inputs?

Without extensions, you can't store datas (inputs) from applications.

Regards

fortaleza40
Contributor III
Contributor III
Author

The idea is filtering, what i am trying to do is create like a virtual field with yes, no as values, a column with yes and no:

I am trying this but doesn't works:

Test_data_prompt:
Load
chr(39) & Concat('Yes' chr(39) & ',' & chr(39), 'No') & chr(39) AS [FalseField]
AutoGenerate
(0);

I need to get:

FalseField

Yes

No