Thorsten Vogt Posted December 6, 2018 Share Posted December 6, 2018 Hello, is it possible to set the display time range in presentation mode like it can be done as explained in "Building a worksheet from URL Query Parameters" ? The parameters mentioned there do not work for presentation mode. I need this for embedding a Seeq worksheet into a dashboard with variable time frames. Kind regards Link to comment Share on other sites More sharing options...
Seeq Team haroldhues Posted December 6, 2018 Seeq Team Share Posted December 6, 2018 Hi, It is possible to override the display range in worksheets in edit, view, and presentation mode with the displayRangeStart and displayRangeEnd query parameters. For example the url might look like: https://server.seeq.com/view/worksheet/A11319EC-8B3C-4CEA-8AE4-08857D731168/FBDD6D49-50D6-4758-A5F9-5071B836BE4E?displayRangeStart=2018-01-01T00:00:00.000Z&displayRangeEnd=2019-01-01T00:00:00.000Z However, these parameters don't support the same relative time functionality (*-14d or *) that the worksheet builder supports - only ISO 8601 timestamps. Does that support your use case? Best, Cody Ray Link to comment Share on other sites More sharing options...
Thorsten Vogt Posted December 6, 2018 Author Share Posted December 6, 2018 Thank you, that is perfect. Are there any other URL parameters that might be used with the different modes of display? I didn't find any information on this in the knowledge base. Link to comment Share on other sites More sharing options...
Seeq Team haroldhues Posted December 6, 2018 Seeq Team Share Posted December 6, 2018 There are two other url parameters: workstepId - normally loading a worksheet loads the latest workstep for a worksheet, this parameter will cause the workbench to load a specific workstep instead. I wouldn't recommend using this with edit mode timezone - normally a worksheet uses the timezone of the user or the timezone set within it, this parameter overrides the timezone used within the worksheet (for example the x-axis on the trend) These url parameters were developed so that we could link from topic documents that used date ranges to a worksheet that showed matching content for the same time range. That is why they haven't been documented in the knowledge base yet, but I have filed an internal work item to look into that (CRAB-14107 internally) Link to comment Share on other sites More sharing options...
Thorsten Vogt Posted December 6, 2018 Author Share Posted December 6, 2018 Thank you, Harold. This information is helpful. Regards, Thorsten 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