First value from the array is selected by default in barChartField and columnChartField

Hi,

In the barChartField the below code worked as expected
links: apply(
a!dynamicLink(
value: _,
saveInto:
local!groupName
),
index(
local!datasubset.data,
"c6",
{}
)
)
but after modifying the code as below, first value from the array is selected by default and even when on click on the bar the respective data is not getting selected, same is the behavior for columnChartField too.
links: apply(
a!dynamicLink(
value: _,
saveInto: {
local!groupName,
local!groupNameFlag << rule!BWIS_WF_REP_setFalse(
_
),
local!groupNameFlag << rule!BWIS_WF_REP_setTrue(
_
),
local!categoryTasksOverdueFlag << rule!BWIS_WF_REP_setFalse(
_
),
local!mainCategoryFl...

Reports.zip

OriginalPostID-174677

OriginalPostID-174677

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data