Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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.