User Filter

Dears ,

i'm trying to do user filter on a result data on the data store as follow :

##############
a!facet(
name:"All Product Request ",
options:
a!facetOption(
id:1,
name:"Requests that relate to direct manger",
filter:a!queryFilter(
field:"ri!supportEmpDecison",
operator:"includes",
value:cons!cons_REQUEST_PRODUCT_SUPPORT_EMP_DECISION[5]
)
)
)
#############
ri!Decison -- > input saved to cdt more than 4 options and save them in a variable in CDT
cons_REQUEST__DECISION[i] -- > data store in a constant (Decison )
##############
Each time i didn't get any result when i apply the group filter i want to filter all records depend on the data on value choosen in the data store (cdt) to show them.

EX :

i finish one records and the value was 1s then another record with 2 ,1 decisions i wan't to filter depend on the decision make before and store on the data store.


Thanks and appreciate...

OriginalPostID-243330



  Discussion posts and replies are publicly visible

Parents Reply Children
No Data