Joined: 19 May 2010
Location: United States
Online Status: Offline
Posts: 10
Posted: 13 Oct 2010 at 5:45am
One more question - I'm having issues with my first group in the report, the value isn't showing up for the first line of data. I've resorted the data, and every time it is the top row.
Joined: 20 Nov 2006
Online Status: Offline
Posts: 3702
Posted: 13 Oct 2010 at 5:56am
Update your formula to something like this:
(PreviousIsNull({table.invoice}) or {table.invoice} <> previous({table.invoice}) ) and (PreviousIsNull({table.amount} or {table.amount} <> previous({table.amount}))
Note where I put the parentheses and that I check for null first - these are important!
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum