Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

More formulas in table

Hi, i want to create a table in this way

first field is a string

second is a formula

formula is different for every row

an example

string1 a/b-x

string2 1/2

string3 c-d*k

is it possible ?

thanks

andy

1 Reply
Qlik_Trigg
Employee
Employee

Try an inline load in your script

formulas:

Load * INLINE [fieldID, formula

'abc', 'a+b'

'def', 'c-d/r');