How do I exclude fields from the base explore view file?

Knowledge Drop

Last tested: Feb 9, 2018
 

You can do this as expected, just be sure to include the ALL_FIELDS* line

This works

explore: a_explore {
fields: [
ALL_FIELDS*,
-a_explore.category
]

And this works:

explore: a_explore {
fields: [
ALL_FIELDS*,
-category
]

This content is subject to limited support.                

Version history
Last update:
‎05-07-2021 09:02 AM
Updated by: