Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I've never seen the selections bar say hidden selections applied. Any idea what's driving this functionality?
Hi Michael, fields can be set as hidden using HidePrefix or HideSuffix, ie:
SET HidePrefix='__'; // Fields starting with "__" will be set as hidden.
testData:
LOAD * Inline [
__HiddenField
TestValue
];
Selections in __HiddenField will shows that message instead of the field and the selected values as it does with a "normal" field.
Do we have section access in the script? This has to do with the security.
Thanks.
Hi Michael, fields can be set as hidden using HidePrefix or HideSuffix, ie:
SET HidePrefix='__'; // Fields starting with "__" will be set as hidden.
testData:
LOAD * Inline [
__HiddenField
TestValue
];
Selections in __HiddenField will shows that message instead of the field and the selected values as it does with a "normal" field.