Subject IBOquery refresh
Author Patrick Lenz
Hi,
My iboquery looks like SELECT * FROM SPROC(:ADATE,:DUMMY).
BeforeOpen: DUMMY = NULL.

In IBX I would use the same query as refresh query but this time:
Before Refresh: DUMMY = PRIMARYKEYID

When I now run the procedure I will only get one record back for the
KeyId.

Since I don't see a refreshSQL in IBO, can I still do something like
this ?
Thanks
Patrick