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 158
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