Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have declared a variable in the frontend,
ex:
Let say variable name is v_product.
The purpose of this variable is , I specify this variable in the tab--> layout -> show..condition field..in chart properties of a bar chart..so that when the condition is true chart is shown and when false chart disappears...
inspite of declaring and relaoding the application...the variable v_product...it is shown as bad field name...the problem is variable is not being decalred..
any ideas ?
Thanks
Swarup
Thank u Miguel,
I was able to fix the problem, there was a blank space b4 v_product that is why it was showing it as bad field name
Thanks
Swarup
Hi Swarup,
It depends on where do you want to create your variable. You can SET or LET it in the script, assigning some value to it, you can create it and leave it empty in the Settings menu, Variable Overview. You can assign any value there as well. This ways the variable should appear all right and the chart show or hide accordingly.
Hope that helps.
Miguel
Thank u Miguel,
I was able to fix the problem, there was a blank space b4 v_product that is why it was showing it as bad field name
Thanks
Swarup