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

Passing on variables to expressions make more dynamic selections

I have several fields that are similarly named: "BudgetForecastToday, BudgetForecastYesterday, BudgetForecastLastWeek, BudgetForecast30Days, etc."

I was wondering if there's a way to pass these onto an expression, like:

=sum(BudgetForecast + $VARIABLE)

of some sorts.

Is this possible?

1 Solution

Accepted Solutions
Not applicable
Author

Yes. You can try it with a small syntax correction.

=sum(BudgetForecast+$(VARIABLE))

Kiran.

View solution in original post

1 Reply
Not applicable
Author

Yes. You can try it with a small syntax correction.

=sum(BudgetForecast+$(VARIABLE))

Kiran.