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 baseURL = "http://restcountries.eu/rest/v1/";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
- 10.5K All Categories
- 5 Connect
- 915 Connectors
- 250 Workbench
- 459 Transform
- 1.7K Magic ETL
- 69 SQL DataFlows
- 476 Datasets
- 186 Visualize
- 250 Beast Mode
- 2.1K Charting
- 11 Variables
- 16 Automate
- 354 APIs & Domo Developer
- 88 Apps
- 3 Workflows
- 20 Predict
- 5 Jupyter Workspaces
- 15 R & Python Tiles
- 245 Distribute
- 62 Domo Everywhere
- 242 Scheduled Reports
- 20 Manage
- 41 Governance & Security
- 170 Product Ideas
- 1.2K Ideas Exchange
- 10 Community Forums
- 27 Getting Started
- 14 Community Member Introductions
- 55 Community News
- 4.5K Archive