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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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

Labels (1)
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