Error in LOOKUP()

I am trying to derive the section header content from another table (Course Details) using LOOKUP() as under:

3X_d_7_d7787b3cb9d19e8af4837465443adaacadce1036.png

LOOKUP gives an error as below, even though I have put all four parameters – see below

3X_4_b_4b07956758e28dbf7aeabad4d61eab4e260e82ea.png

Can someone help please

“ Concat Course & Hole” (Key) as well as “Concat Par & Idx” are two virtual column in the Course Details table from where I am trying to fetch the value

0 4 154
4 REPLIES 4

Please try the expression by putting “ Concat Course & Hole” , “Concat Par & Idx” and “Course Details” in double-quotes in the expression.

LOOKUP(CONCATENATE([_THISROW].[Course id],1), “Course Details”, “ Concat Course & Hole” , “Concat Par & Idx” )

Steve
Platinum 4
Platinum 4

For reference:

Bahut dhanyavad Suvrutt

It worked !

Thanks Steve for the reference

One more question - is there a value I can put somewhere for each column (say a number 1,2,3, etc.) which I can reference in an expression instead of hardcoding the number within the expression…that way I dont have to go to each expression in each column and change the number…I just copy the expression across each column as is…thanks for any help

Top Labels in this Space