Hello All, I am new to Design Studio, I am using Design Studio Revision 1.5 version 15.0.6 and HANA views as Datasource. In HANA I have created Dummy Measure as I don't have any measure in my data to create Analytical / Calculation View. The problem is getDataAsStringExt function is prompting warning as No matching data found in getDataAsStringExt("Dummy",{"Plant": "abc"}) script is : check = DS_3.getDataAsStringExt("dummy", {"Plant":DROPDOWN_1.getSelectedValue()}); Data is present in backend but function is not working. Even I tried getDataAsStringExt("Dummy",{}) to get atleast default data but that also does not work. I am using this script to check whether the Datasource is having data for selected dimension before using filter and get error/ warning. I have also tried to achieve same using getData() , isResultSetEmpty() functions also, but these function also not worked.
↧