Hi All,
I am new to scriptcase. To familiarize myself with it, i am writing a small project. I am currently working on a Grid application. My SQL statement has successfully generated the Grid. Here is my problem:
I have a calculated field in the Grid named ‘Total’ (Dynamically Calculated). Total = Unit Price * Qty. I would like the Grid to show only records (Rows) for which ‘Total’ is greater than 5000.
I have tried to use sc_field_display, but not getting the expected result.
Can you please help.
Best Rgds