Unable to sort girl when using query Process analytics tool.

Hi all,
I'm not able to sort the grid when used with queryProcessAnalytics.
However, we have other reports where sorting works.

Has anyone faced similar issue before?

Your inputs are appreciated!!!

OriginalPostID-178076

OriginalPostID-178076

  Discussion posts and replies are publicly visible

Parents
  • By placing queryProcessAnalytics into with, I'm able to sort.
    However, it gives me the error:
    The save target must be a load() variable, process variable, or node input (or a rule input passed one of those three). with() variables are reinitialized with each evaluation and therefore cannot be used as save targets.

    I'm trying to define the variable in load and modify the value dynamically in with() but it doesn't work and always shoots the above error.
Reply
  • By placing queryProcessAnalytics into with, I'm able to sort.
    However, it gives me the error:
    The save target must be a load() variable, process variable, or node input (or a rule input passed one of those three). with() variables are reinitialized with each evaluation and therefore cannot be used as save targets.

    I'm trying to define the variable in load and modify the value dynamically in with() but it doesn't work and always shoots the above error.
Children
No Data