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
  • 0
    Certified Lead Developer
    You'll need to supply some code for any useful inputs but here are some starters:
    Is your pagingInfo variable in a load() expression?
    Is your queryProcessAnalytics in a with() declaration so that it can use pagingInfo dynamically?
    Have you correctly provided the field attribute of your gridTextColumn?
    Is your pagingInfo correctly declared as the value and saveInto attribute of your gridField?
    Have you referred to any of the help documentation and example SAIL recipes which show how to do this?
Reply
  • 0
    Certified Lead Developer
    You'll need to supply some code for any useful inputs but here are some starters:
    Is your pagingInfo variable in a load() expression?
    Is your queryProcessAnalytics in a with() declaration so that it can use pagingInfo dynamically?
    Have you correctly provided the field attribute of your gridTextColumn?
    Is your pagingInfo correctly declared as the value and saveInto attribute of your gridField?
    Have you referred to any of the help documentation and example SAIL recipes which show how to do this?
Children
No Data