Can have option to hide/disable Metric cards and selectors in Workshop in workshop and not to perform any action if any selected default for it ( not to delete, Use them back in future if needed) and reformat/rearrange/adjust the other fields in the Section.
Hi @VenkatPolimera , not sure the exact requirement here. But let me try to give a solution that I currently use to “Not delete a widget which is set up (Example - Metric card in your case)”
->I usually wrap it in a section and use a static boolean variable to conditionally hide it until further requirement. This way users do not see it by defult and also reduce the need to configure the widget again.
Let me know if this is what you intend to do.
I agree with you @Benutzer7 but there is a minor problem around this that we can forget where we placed that section or if someone else want to search it, it’s bit hard task then.
I follow below steps: -
Create an array(string) with user id of all dev team
Match current user id with that list to generate true false in a variable “dev_team_or_not”
Then follow steps shared by you.
This way all dev team always have the access for such hidden sections/widgets.
Hope this helps! ![]()
My Bad if I confused you. I have these( metric caard) options to filter the datasources list and display in section ( for instance - In platform, Pending Approval, Referance Tables, Other…). Now i want remove these kind of multiple filters. I am checking the option to hide/disable these metric card and selectors rather to delete.
Hey!
If I understood well, you just want hide/disable metrics that you are using as filters.
The solution of @Benutzer7 works if you want to hide the whole metric card.
What you can also do is to enable the conditional visibility setting in the widget setup:
You can now choose a conditional visibility for each metric of your metric card. And choose if you want to disable it or hide it.
But, maybe your real question is how to use these metrics as a filter? If yes, I recommend you to use filter list widget instead.
I hope you find this helpful. Feel free to ask if you have any question.
Nathan ![]()
Another way to hide widgets(not recommended, but works) is by using “Display” tab of any widget and set it to 0.
Example : flex=0
