Display array values

MartinB
🟡
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.
0
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 heart in the post that helped you.
**Please mark the post that solves your problem by clicking on "Accept as Solution"1
Answers
-
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
This discussion has been closed.
Categories
- 10.6K All Categories
- 1 APAC User Group
- 12 Welcome
- 36 Domo News
- 9.6K Using Domo
- 1.9K Dataflows
- 2.4K Card Building
- 2.2K Ideas Exchange
- 1.2K Connectors
- 339 Workbench
- 252 Domo Best Practices
- 11 Domo Certification
- 461 Domo Developer
- 47 Domo Everywhere
- 100 Apps
- 703 New to Domo
- 84 Dojo
- Domopalooza
- 1.1K 日本支部
- 4 道場-日本支部へようこそ
- 22 お知らせ
- 63 Kowaza
- 296 仲間に相談
- 649 ひらめき共有