Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
markus19-85
Partner - Contributor III
Partner - Contributor III

using variable between field name

Hi all,

is it possible to use a variable in a field name, like this

this is the normal field name  sum( [US GAAP Combined Ratio with Full Internal Expenses excl IBNR] )

I would like to use instead of Full a variable

sum([US GAAP Combined Ratio with $(=vViewMode) Internal Expenses excl IBNR]) is that possible?

Regards,

Markus

1 Solution

Accepted Solutions
olivierrobin
Specialist III
Specialist III

hello

i tried this in expression

count([v$(a)])

as a='toto'

it says count(vtoto)

so it seems to work

View solution in original post

2 Replies
olivierrobin
Specialist III
Specialist III

hello

i tried this in expression

count([v$(a)])

as a='toto'

it says count(vtoto)

so it seems to work

markus19-85
Partner - Contributor III
Partner - Contributor III
Author

thanks, its working