Skip to Content
0
Jun 07, 2018 at 09:08 AM

Lumira Designer: Filterpanel Scripting -> Target DataSource

585 Views

Hello experts,

I am using a Filterpanel and want to address the Target Data Source while using a script.

It is integrated in a PopUp and I want to adjust the settings of the Filterpanel depending on the Page where the User opens the PopUp with the Filterpanel.

E.g.: User is on Page 1 of the Dashboard:

if (gv_pagename == "Page1")

{

FILTERPANEL_POPUP_setDataSource(DS1);

FILTERPANEL_POPUP.setDimeinsions([ZCOMPCO, ZDIVISI]);

}

When I am using Space + Ctrl. it seems that the Filterpanel doesn´t have any option to address the Target DataSource...?

Is there any workaround available?

Thanks and best regards,

Mario