Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have many expressions in my dash board So now my requirement is to export all these into excel sheet and how to use
Later on, in excel If we need to modify some of the expressions then change manually or any other methods
Can some one suggest me on this!
May be as below:
Go to Expression Overview and click on export.
In case if you want to manage your variables from excel also then the following link will help you out...
Duplicate rows discarded when reloading Excel data by using FOR-NEXT loop.
Hope this helps..
Hi,
1. Create column for each formula with ID column and actual formula column
2. Wile loading into Qvw, use a for loop to assign it to some variable.
3. Use the variable in charts/UI.
Once you reload the application the changes in the excel sheet will be reflected in dashboard.