cancel
Showing results for 
Search instead for 
Did you mean: 

Design Studio Scripting function "refresh" to reload the BI LaunchPad Browser Window and solve the automatic adjustment

Former Member
0 Kudos

Hi experts,

I have created a Design Studio application with GridLayout Components to ensure the automatic adjustment.


In the local mode everything works fine! If I maximize or minimize the browser window the automatic adjustment of the design studio application works absolutely correct.

If I execute the same Design Studio Application in SAP BI LaunchPad the automatic window adjustment works only fine if I refresh the Browser window after minimize or maximize.

Example:

Mnimized and refreshed Browser window (good):

Maximzed and not refreshed Browser window (bad):


To fix this issue, Is there a workaround with a scripting funtion (e.g. ".refresh") to give the user the possibility to reload the browser window by a button or icon?


By the way, the issue and the Todo "Refresh" is valid in Design- and Runtime!


Many thanks in advance!

Best regards,

Michael

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Michael,

Isn't this issue fixed in 1.2 SP1?

In any case if you want to manual refresh you have to redraw the chart, this can be achieved by,

reloading data source,

change some selection in the chart,

or change the data source, (apply filter,swap dimensions etc.)

Regards,

Fazith Ali Z.

Former Member
0 Kudos

Hi Fazith Ali,

many thanks for your reply!

I have fixed my issue with your proposal to reload the DataSource. I have added a icon and the on click event DS_1.reloadData();

Best regards,

Michael

Answers (0)