hi All,
I am facing a very critical issue in design studio 1.6. It was hard to document it but I somehow tried(PFA).
Actually we need to create one scorecard in which we need to provide the feature of “Planning” to the user(user can “edit” and “save ” the values depending upon the business requirement). For scorecard we have used either “crosstab” or “Inputfield” .
Now in one of the scorecard, sales scorecard, we were able to use the “crosstabs” in design studio for displaying and planning of the data. And were able to “edit” and “save ” the value succesfully.
But in other scorecard, spares scorecard, wehave to use “inputfield” for displaying and planning of the data because we have only set of KPI’s.
Now here we are not able to save the values after editing. As shown below, right most column is Input enabled but after click on “SAVE” button data is not getting save. The issue I think is “inputfield” can only hold String/text data and for that we load the data in it using convert command like mentioned below:
INPUTFIELD_11.setValue(DS_1.getDataAsStringExt("62WHY1EOAR5PKAFQ6SLCWR8GD", {}));
please do help me out here.
Br/Mohit Gupta