After putting index() in grid text column , the data is not getting displayed wh

After putting index() in grid text column , the data is not getting displayed whereas if i remove index() from my gridTextColumn it shows error "Cannot index property 'abc' of type Text into type List of Variant".

My code after i have applied index() function on it :


with(
local!xyz: todatasubset(
rf!xyz
),
local!datasubset: rule!getabc(
tointeger(
local!selectedId
),
a!pagingInfo(
startIndex: 1,
batchSize: - 1,
sort: {
field: "abcID",
ascending: false
}
)
),
a!sectionLayoutColumns(
label: "ABC",
columns: {
a!columnLayout(
contents: {
a!gridField(
totalCount: local!datasubset.totalCount,
columns: {
a!gridTextColumn(
label: "XXX",
...

OriginalPostID-109856

OriginalPostID-109856

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data