Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
g_bolshakov
Contributor III
Contributor III

Temporary table

Hello, colleagues!

Please tell me if it is possible to implement what I want:

I want to create an extension that can be used to add a table to an existing data model that can be accessed later in the visualization.

At the moment, I have managed to do this using the following algorithm:
1. using the app.getScript method, I get the current application code
2. using the app.setScript method, I install a new script where I add a new inline table
3. using the app.doReload method, I update the app and get the desired table


This method is not very elegant. Can I do this functionality in a different way?

Labels (2)
0 Replies