Usage of Load()within with()

Hello Folks,

 

can anybody give me a use case/ scenario where load() function is used within a with() function.

 

Thanks In Advance.

 

Regards,

Amit

  Discussion posts and replies are publicly visible

Parents Reply Children
  • 0
    Certified Lead Developer
    in reply to laurenc20
    with() variables also are initialized on page load. An example use case would be a paging grid that loops over an expression that contains a load. Your paging grid would be within a with() so that your datasubset can be updated whenever you pagingInfo changes, and the looping function that paging grid uses has a load variable to cache information and make it accessible across all evaluations of the expression.