When i enter this formula, i get an error message "Bolean required here"
if Previous ({SummaryDash.ShipVal_USD}) = {SummaryDash.ShipVal_USD} and Previous ({@LineRelPack}) = {@LineRelPack} then
{SummaryDash.ShipVal_USD} = 0 else {SummaryDash.ShipVal_USD}
my report outputs multiple lines of detail records if there were multiple units shipped on the detail line. this creates an overstated revenue value so i was trying to set the value of the second and third lines to zero in order to not double/triple count the value shipped.
how do i deal with this error message.
if Previous ({SummaryDash.ShipVal_USD}) = {SummaryDash.ShipVal_USD} and Previous ({@LineRelPack}) = {@LineRelPack} then
{SummaryDash.ShipVal_USD} = 0 else {SummaryDash.ShipVal_USD}
my report outputs multiple lines of detail records if there were multiple units shipped on the detail line. this creates an overstated revenue value so i was trying to set the value of the second and third lines to zero in order to not double/triple count the value shipped.
how do i deal with this error message.