Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
jjordaan
Partner - Specialist
Partner - Specialist

Create expression in Excel and use it in QlikView

Hello everyone,
I would like to develop the following thiing.
I want to create all my KPIs and the corresponding expression in Excel or another central location.
In my dashboard when I'm creating an expression I want to refer to the created expression like Sum (SalesLineAmount * Currency Factor).
I tried this with the function field value but that did not work because qlikView sees it as text.

Does anyone know how I can do it?

1 Solution
4 Replies
Not applicable

If you use a file use the include command in the load script: -

$(Include=$(_rootPath)\Script\Business\INIT_VAR_GLOBAL.txt)

in this test file use this syntax: -

SET vKPI1 = X + Y +Z ETC

when loaded they will be variable formula to use

jjordaan
Partner - Specialist
Partner - Specialist
Author

Hi Felim,

Thanks for looking into this.

Do you know if it is also possible with an Excel file?

The reason for this question is thatmy translations and comments are also in this Excel file.
And I want that the customer can change this Excel.

Thanks for your help

jjordaan
Partner - Specialist
Partner - Specialist
Author

Barry

Thanks for your help.