Hi,
I have installed SP1.
Now, I have trouble with my Dashboards based on SAP BW queries.
I run the tests "Execute Locally"
If using formulas like this:
if
(DS_3B.getDataAsStringExt("007O887MQD29DZQP6C5GCOV6I",{})=="")
{
TEXT_23.setVisible(true);
CHART_11.setVisible(false);
}
I get a warning and the if clause is not working.
warning: No matching data found in getDataAsStringExt("007O887MQD29DZQP6C5GCOV6I", {}).
I use the formula in "On Background processing" and "on apply" (filterpanel) to check if the queries deliver data or not.
Without SP1 everything works is fine.
Any ideas ?
Thanks
Stefan