Hello,
I have following issue using Design Studio 1.3.
I was changed my source of dashboard from universe to Bex Query.
When it was done I have received following Script Problem related to CheckBox
| Description | Location | Event Script | Component | Application | Type |
| Value "Sourcable" does not exist for "GP_XSRCB" in connection "cuid:AdpcHfZ9h0VKrXD0XhomzOs" | Line 3 | On Click | CHECKBOX_1 | [rkams1157] S2P_PROTOTYPE_MDM_001-002 - dev | Design Studio Script Problem |
Below please find the Script syntax:
if(CHECKBOX_1.isChecked())
{
DS_2.setFilter("GP_XSRCB", "Sourcable");
}
else
{
DS_2.clearFilter("GP_XSRCB");
}
I would like to note that this script on CheckBox works fine based on universe as a source.
Please advice.