Filter input node for Export Data Store Entity to Excel Smart Service is not working for multiple filters and is unable to handle null.

Filter input node for Export Data Store Entity to Excel Smart Service is not working for multiple filters and is unable to handle null.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to Vadivelan

    Hi Vadivelan,

    Can you help me, it is not working for date filter between operator 

    eg like :   a!queryFilter(
    field: "requestreceived",
    operator: "between",
    value: {
    todatetime(
    ri!dateAsc
    ),
    todatetime(
    ri!dateDesc
    )
    },
    applyWhen: if(
    or(
    rule!APN_isEmpty(
    ri!dateAsc
    ),
    rule!APN_isEmpty(
    ri!dateDesc
    )
    ),
    false(),
    true()
    )
    ),
     

    I got belpw error while runing on filter "

    Filters field must be of type QueryFilter or LogicalExpression (APNX-1-4505-019)"

    please help on this how to achieve.

    Regards,

    Bhanu Prakash

Children