Good morning :),
As usual hope you can help me with an issue…
I have a grid that must start as search… everything working OK except:
In my grid I have created three fields to calculate some values based in some fields from my database…
I need to use those 3 fields in the search, but I can’t because they are empty when I do the search… Hope this make sense…
In the event OnRecord I have:
{total1} = {totalSent} / {totalBase} * 100;
How can I use total1 in my search?
I can see it there but using the debug mode this field is not in the query…
Appreciate your help.
Regards,
Janneth