ClevelandSteve
Programmer
I’m getting fet up with Business Objects. I’m the only one in my company who has been to official training so thus I’m considered the BO pro, even though I’ve just started using it. My question is this (sorry for venting), I’m using a running count in my report. In the BO help menus this function is described as:
integer RunningCount(<variable>)
Now I knew from training you could restart the count based on the change of a field (when sorted or with a break) so I pulled out my training manual and the function is described as:
integer RunningCount(<variable>;<argument2>)
where a change in argument 2 will restart the count. Now why isn’t the function documented that way in BO? Am I missing something? All of the functions are not in my training manual so how do I know when there are additional arguments I can use? Thanks.
integer RunningCount(<variable>)
Now I knew from training you could restart the count based on the change of a field (when sorted or with a break) so I pulled out my training manual and the function is described as:
integer RunningCount(<variable>;<argument2>)
where a change in argument 2 will restart the count. Now why isn’t the function documented that way in BO? Am I missing something? All of the functions are not in my training manual so how do I know when there are additional arguments I can use? Thanks.