How to have Discovery type parameter displayed as Tree Menu when Advanced Mode is enabled in Custom
Comments
-
Can you let me know which connector that you are referring to? We can definitely get this looked at. Thanks
0 -
-
I will send this over to our team to see if there is sample code that we can provide. Stay tuned. Thanks
1 -
Hua,
Please see attached.
Of note, please notice the publisTree() command at the end.
var res = JSON.parse(httprequest.get(baseURL+'all'));var regions = {};for(var i in res){var country = res[i];if(!country.region){country.region = "other"}if(!regions[country.region]){var node = discovery.addNode(discovery.tree,country.region)regions[country.region] = node;}discovery.addLeaf(regions[country.region],country.name)}discovery.publishTree();2
Categories
- All Categories
- 1.1K Product Ideas
- 1.1K Ideas Exchange
- 1.2K Connect
- 970 Connectors
- 259 Workbench
- Cloud Amplifier
- 1 Federated
- 2.4K Transform
- 76 SQL DataFlows
- 502 Datasets
- 1.8K Magic ETL
- 2.7K Visualize
- 2.2K Charting
- 379 Beast Mode
- 21 Variables
- 487 Automate
- 104 Apps
- 379 APIs & Domo Developer
- 6 Workflows
- 22 Predict
- 6 Jupyter Workspaces
- 16 R & Python Tiles
- 319 Distribute
- 67 Domo Everywhere
- 252 Scheduled Reports
- 59 Manage
- 59 Governance & Security
- 1 Product Release Questions
- 5K Community Forums
- 37 Getting Started
- 23 Community Member Introductions
- 64 Community Announcements
- 4.8K Archive