106290 - no subject - Hi,\nPlease find below the code snippet.

Hi,
Please find below the code snippet.

a!gridTextColumn(
label: "Active",
data: if(
isnull(
local!data.isActive
),
"",
index(
local!data,
"isActive",
{}
)
),
field: "isActive"
)

Error:
Invalid index: Cannot index property 'isActive' of type Text into null value of type List of Variant.

How can I fix this issue? Any inputs are highly appreciated....

OriginalPostID-106290

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data