-
Export card to Excel with card filter values, card title and description
Hi, I would like to request a feature to allow exporting card to Excel format with Header section including Card title, Card description and Filter values as this is a highly requested feature from our end users. We can do it in PowerBI, AWS QuickSight easily. Hope to see this new feature soon. Thank you for considering.
-
How to automatically delete all PDP policies in a dataset
I'm running a PDP automation job in a dataset. As the initial Orphan configuration is "Keep" so the number of policies increased after each execution. As a result, I'm facing "Java heap space" issue, I guess it means the policy table is too big so it cannot save new policies. Is there any way to delete all existing…
-
Unable to delete PDP policy in a dataset using API
Hi, I'm new to using APIs to interact with DOMO PDP policies, so I've follow instructions 1/ Create a client in 2/ Install pydomo Python package 3/ Run Python code from pydomo import Domo from pydomo.datasets import Policy, PolicyFilter, FilterOperator, PolicyType, Sorting domo =…