Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I sort a Grid based on Virtual fields displayed on it?

based Fields Grid sort virtual
0
Posted

How can I sort a Grid based on Virtual fields displayed on it?

0

Solution: 1) Create a “Position” region on the Panel and populate with the fields that you want to sort by (the Virtual fields on the View that is displayed on the grid) 2) Geet the “Grid” when you start loading: Post Point Start load Grid Get Position 3) Add the following metacode for each row that is to be displayed on the grid: Post Point Start set row usage for Grid +For Each Field Position ++If Not Empty ++If LE FetchedData // Do not do anything ++Else Set GridL = Note: The Post Point suggested correspond to a Patterns approach, look for the equivalent Point for OBASE implementations.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123