Why is the Filter option not working?

Hi,
I am working in a Tempo Report. The Expression Rule I am using is generating he report however it is not working for the Filter Option. I am just posting the Code here. Could you please help me to know why the Filter option is not working.
--------------------------------------------------------------------
=load(
local!pi: a!pagingInfo(startIndex: 1, batchSize: 10),
local!statusFilter: 1,
with(
local!ds: rule!epGetDataSubset(pagingInfo: local!pi,filters: if(
isnull(local!statusFilter),
{},
{field:7, operator: "EQUAL", value: local!statusFilter}
)),
a!dashboardLayout(
firstColumnContents: {
a!dropdownFieldByIndex(
label: "Category",
choiceLabels: {"OTC", "Globex", "CAS"},
placeholderLabel: "All",
value: local!statusFilter,
saveInto: {
local!statusFilter,
local!pi << rule!updatePagingInfo << rule!returnFirst...

OriginalPostID-115623

OriginalPostID-115623

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data