I used to following code, but it seems something is wrong.

I have created a tempo report which consist of a pie chart. On clicking on each section , a grid appears which consist of all the tasks corresponding to that filter. Now I want to add another column which will show an image beside each task based upon its priority. I have saved the priority of the task in the pv "proposalPriority". Now i want if the priority is high it should call the pv "overdueTaskImage" which has the image.

I used to following code, but it seems something is wrong. Can anyone rectify it?

a!gridTextColumn(
label: "Client",
data: if(index(
local!data1.data,
"proposalPriority")="High",index(
local!data1.data,
"overdueTaskImage"),index(
local!data1.data,
"normalTaskImage")),
""
),
field: if("proposalPriority"="High","overdueT...

OriginalPostID-127337

OriginalPostID-127337

  Discussion posts and replies are publicly visible