Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
and what do you want to do with this yes/no inputs?
Without extensions, you can't store datas (inputs) from applications.
Regards
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