Re: Adding Grid as Detail to Form and Selecting by Field
Alright you didn’t listen, when you open a project, there is a tree list view on the right that has the settings, fields, and a bunch of other stuff. If you click the SQL option, it opens a form on the right where all you need to do is put in the WHERE clause or the ORDERBY clause. You don’t need to write your own SQL statements. You might be able to set the orderID as a global,
$order_ID = {orderID};
sc_set_global([order_ID]);
I’m not 100% where to put that, obviously in one of the ‘events’. I don’t knowq exactly what you’re trying to do but maybe someone else will come on and figure it out. Or you could explain yourself some more. Just so you know, to refer to a field in a form, its { } around the field name, so {orderID}, k?