there’s an option to add a multi-select filter to a table on a Text field which contains 2 value either “XYZ” or blank,
i have already applied below options, but all are failed so please help me to resolve this usse on a very urgent basic,
1.Convert text into Picklist and add manual picklist enties values,
2.Convert text into Picklist and getting picklist values from snippet
var params = arguments[0],
$ = skuid.$;
var entries = ;
entries.push(
{ value: ‘XYZ’, label: ‘XYZ’, defaultValue: false},
{ value: ‘’ , label: ‘Blank’, defaultValue: false}
);
return entries;
3.https://community.skuid.com/t/auto-create-blank-as-a-filter-option
when i select blank option from the filter drop down, then after apply it , it removed the blank selection and i want to filter out all the blank records
Question
Add Blank option to the Text field on Table filter
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.