Display array values
Hi, I have been able to create a query that receives a parmeter so it filters the data on a given choice, and I'm able to send that into the console with a table view.
How can I do so in HTML to display my data?
I appreciate any help with this.
Best Answers
-
Hi,
Is anyone able to help out with this request?
Thanks,0 -
I'm pretty sure you want the .appendChild method
https://www.geeksforgeeks.org/html-dom-appendchild-method/
function geeks() {
var node = document.createElement("LI");
var textnode =
document.createTextNode("Web Technology");
node.appendChild(textnode);
document.getElementById("gfg").appendChild(node);
}
Jae Wilson
Check out my 🎥 Domo Training YouTube Channel 👨💻
**Say "Thanks" by clicking the ❤️ in the post that helped you.
**Please mark the post that solves your problem by clicking on "Accept as Solution"1
Answers
-
Hi,
Is anyone able to help out with this request?
Thanks,0 -
Thanks, I managed to do it myself. Feel free to ask me for the code if you want to know how I did it
0 -
hi, can you show me an example of this please. sounds like something i'm working on. thanks,
0 -
Interesting...are you also trying to create HTML based webforms inside of Domo? Are you using the Serverless AppDB technology?
0 -
I'm pretty sure you want the .appendChild method
https://www.geeksforgeeks.org/html-dom-appendchild-method/
function geeks() {
var node = document.createElement("LI");
var textnode =
document.createTextNode("Web Technology");
node.appendChild(textnode);
document.getElementById("gfg").appendChild(node);
}
Jae Wilson
Check out my 🎥 Domo Training YouTube Channel 👨💻
**Say "Thanks" by clicking the ❤️ in the post that helped you.
**Please mark the post that solves your problem by clicking on "Accept as Solution"1
Categories
- All Categories
- 1.8K Product Ideas
- 1.8K Ideas Exchange
- 1.5K Connect
- 1.2K Connectors
- 300 Workbench
- 6 Cloud Amplifier
- 8 Federated
- 2.9K Transform
- 100 SQL DataFlows
- 616 Datasets
- 2.2K Magic ETL
- 3.9K Visualize
- 2.5K Charting
- 738 Beast Mode
- 56 App Studio
- 40 Variables
- 685 Automate
- 176 Apps
- 452 APIs & Domo Developer
- 47 Workflows
- 10 DomoAI
- 36 Predict
- 15 Jupyter Workspaces
- 21 R & Python Tiles
- 394 Distribute
- 113 Domo Everywhere
- 275 Scheduled Reports
- 6 Software Integrations
- 124 Manage
- 121 Governance & Security
- 8 Domo Community Gallery
- 38 Product Releases
- 10 Domo University
- 5.4K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 108 Community Announcements
- 4.8K Archive