Hi @jefrii
Please find the explanations :
- visibleIf : hides the fields from the metadata, hence they cannot be accessed within a schema view, or column selection, or an expression builder. But this does not hide any data, if the field name is manually entered in an expression the value will show up.
- accessibleIf : hides the data (replacing it with empty values) from resulting query.
So, in short visibleif hides the field itself from the schema view whereas accessibleif replaces the data with blank spaces.
You can refer here for more detailed explanation.
Thanks,
Akshay