- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Dashboard window
hello,
I've a cript to make a dashboard 3x2.
When the script run, I would like to have the dashboard in a full screen , not in a small window.
How can I do it?
best regards
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Dashboard window
I generally find it easier to add the script from the GUI interface. The scripts are usually hidden in Dashboard Mode, but you can switch to Application Builder using the option in the red-triangle menu:
Then you can switch to the "Scripts" tab for Module1 and enter the script there:
I've attached a sample Dashboard that demonstrates this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Dashboard window
It looks like your colleague has turned on the Report preferences for "Date Title on Output" and "Data Table Title on Output". The latter option in this case is showing not only the data table name but also the additional text including the full SQL for the source of the table. We will look into this further to see what improvements can be made, but I think the solution for now would be to turn this option off in Preferences. I think the graphs are being stretched down to a size of 0 or possibly clipped, because the text is very large and is not stretchable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Dashboard window
@Françoise,
While creating the dashboard or with an existing dashboard , if you choose to edit and click on the outer most window, you can adjust its size . Hopefully this helps
Uday
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Dashboard window
@Françoise,
If you already have a script , you can look for a Size function in the script and edit the arguments to change the window size
Uday
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Dashboard window
I don't know where it is inside my script.
Is there at the end of the script: like this?
where is it and wich value?
Best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Dashboard window
@Françoise,
Can you make this edit on line 739 and see if this edits the window size
Module1 << Set Min Size(2000,1000);
Uday
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Dashboard window
Hello,
no change.
best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Dashboard window
Hi @Françoise,
Put this line in your script just after "thisModuleInstance << Create Objects;"
(thisModuleInstance << Get Box) << Maximize Window;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Dashboard window
Hello,
no change with that:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Dashboard window
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Dashboard window
hello,
I've tried different ways.
no change.
best regards