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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

General Script Query

I have a Inline Data Table and some calculations variables defined to each of the value as seen below. I have the declared the variables using Settings -> Variable Overview and now trying to get them into the script.

KPI_List:
load * inline [
KPI_Label, KPI_Formula
Period PrePayments, $(vPrepaymentPeriod)
Capital Balance, $(vCapitalBalance)
Net cash collected to date, $(vNetCashCollected)

and so on............

Do you think if I do it as seen here it works or I would face any issues??? Any help is appreciated.

1 Reply
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

HI,

    You will not face any problem, it will work.

     But make sure you have declared the variables.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!