I am trying to modify a portion of the opportunities forecast and I want extract the last activity related to that opportunity and the due date. Now I add the OCLG - Activity table to the property and the Action - Activity to the column. When I do a print preview it show multiple activites for each BP opportunity but some of them dont have any activities with them. What am I doing wrong?
Message was edited by:
Marc Riar
Hi,
You need to create a UDF with a formatted search:
<b>Select max(t0.clgcode) from oclg t0 where t0.oprid = $[oopr.opprid]</b>
This will trigger the last activity number but I don't understand which Due Date are you thinking of?
Then try to find a field which can be used to auto-refresh the FS in your situation and then just display this field on the layout.
Add a comment