patjdixon Posted June 20, 2023 Share Posted June 20, 2023 I would like to have a DataLab script that can take a trend, XY plot, table, or other item in a Workbench worksheet and insert the linked object in an Organizer page. I know how to do this manually, but I do not see a way to do this in DataLab. Ideas? Link to comment Share on other sites More sharing options...
patjdixon Posted June 21, 2023 Author Share Posted June 21, 2023 If I use spy.search type “Chart’ does that return the trend in the worksheet? Would that be the way I do it? Link to comment Share on other sites More sharing options...
Seeq Team Christopher Chin Posted June 21, 2023 Seeq Team Share Posted June 21, 2023 Hi, I think the easiest way to insert content from workbench worksheet into organizer topic is using the point and click approach. You could click the Select All button instead of selecting one at a time. Alternatively, you could try the attached script which basically push all content from worksheet to an organizer topic. This needs to be installed as add on. Here is the guide to install add on. https://support.seeq.com/space/KB/961675391/Add-on+Tool+Administration+and+Development I suggest you to try out the script and modify as required. Best regards, Chris Chin Push WB Worksheets into Topic.ipynb Link to comment Share on other sites More sharing options...
patjdixon Posted July 5, 2023 Author Share Posted July 5, 2023 This is not what I want. I am not looking for a manual process or a script that inserts whole worksheets into an Organizer document. I want a programmatic way to insert objects in a Worksheet (trend, XY plot, table, or other item) into an Organizer document I would like to have a DataLab script that can take a trend, XY plot, table, or other item in a Workbench worksheet and insert the linked object in an Organizer page. I presume this is impossible? Link to comment Share on other sites More sharing options...
patjdixon Posted February 7 Author Share Posted February 7 The attached illustrates what I am trying to do. I want to have an Organizer template document that I can use for replacing the signals and appending to an existing Organizer topic. How do I do this in DataLab? seeq_organizer_templates.pdf Link to comment Share on other sites More sharing options...
Seeq Team Patrick Posted February 12 Seeq Team Share Posted February 12 Hi Pat - Please take a look at the attached script. It takes a Worksheet template, maps the signals in the worksheet, maps the worksheet to the Organizer Template page, appends that page to the existing Organizer, and pushes all referenced content, including the templated Worksheet. The template used is what's included in our SPy documentation, but you should be able to load your own template as well. AppendingTemplateDocuments.ipynb Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now