Hi again, and thanks for the help so far! This one...
# gd-beginners
m
Hi again, and thanks for the help so far! This one seems like a simple question, but I haven't been able to figure it out yet... I have a ton of attributes in my database. Some might be useful for creating metrics, so I don't want to delete them - but most users will have no need for them in the Analytical Designer. Is there a way to hide attributes (and also measures) so they don't appear in the Analytical Designer?
j
Hi @Mal Sharkey, you can assign a tag to attributes and metrics you want to hide (e.g.
hide
) and use excludeObjectsWithTags parameter when embedding Analytical Designer (e.g.
?excludeObjectsWithTags=[hide]
). See documentation for details https://help.gooddata.com/doc/free/en/expand-your-gooddata-platform/gooddata-integrat[…]ta-elements-into-your-applications/embed-analytical-designer. In case of metrics you can also keep them private and not share them with other users in hosted GoodData platform.
m
Thanks Jakub - I will give that a try.