I have an inventory report where the user wants the option to print with three different sort options...
Have a formula
if {?Sort}="Product Code" then
{PRODCODE.CODE}
else if {?Sort}="Facility" then
Right({PRODCODE.CODE},1)
else if {?Sort}="CFS"
then {GROUP.DESCRIP}
And I created a report group with the above formula. All works well, except I have some parts where some of the data above is undefined... It's dropping off the report. For example, if the part hasn't been assigned a ProdCode (ProdCode is null for that item) it doesn't show at all. I would like to have them show but in their own section of the report with above or below all the other ProdCodes.
Any thoughts on the best way to tackle this?
Thanks!
Have a formula
if {?Sort}="Product Code" then
{PRODCODE.CODE}
else if {?Sort}="Facility" then
Right({PRODCODE.CODE},1)
else if {?Sort}="CFS"
then {GROUP.DESCRIP}
And I created a report group with the above formula. All works well, except I have some parts where some of the data above is undefined... It's dropping off the report. For example, if the part hasn't been assigned a ProdCode (ProdCode is null for that item) it doesn't show at all. I would like to have them show but in their own section of the report with above or below all the other ProdCodes.
Any thoughts on the best way to tackle this?
Thanks!