Jump to content

Copying results of a function derived dynamic data table over to a new table


Recommended Posts

I have table that results from outputs of a DCA function and since the output table gets replaced after every new run, I need a way to store that data in a table and also gets appended after each new run with new data.  Seeing if anyone had a dxp that shows this in action so I can incorporate.  Thanks!

Link to comment
Share on other sites

Hi Richard,

What do you want to accomplish?
Do you want to overwrite the new data table after each run? If that is the case, you can try to use this iron python code, that copies an existing data table to a new one (or if it exists, replace it):

You can trigger the code via a change in a document property (triggered by a data function).

In case you need a 'one-time' copy and only want to append rows to that data table, you may want to use this iron python code to append rows:

I don't have a dashboard ready with any of the scripts applied, but you can give it a go.

Kind regards,

David

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...