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.