hello, in my grid im trying to do some modifications to the fields and i need a field to display something i get through the sc_lookup macro and store it in a dataset. how can i do this?
i tried doing this:
{myField} = {Dataset};
but that didnt work.
{myField] = {Dataset[0]} doesnt work because this just gives me the first row.
thanks