My verbage may be off a little or a lot but will try to explain as best as I can the need! TIA for answers!
Crystal 8.5
Left join Group sort
We group by field {WBS1}
Field {WBS1} data contains lines of like data where if several of the lines fields match I want them to consolidate and show a single entry with a summed "quantity" where we would normally see many of the same line items but each with a different quantity.
I have achieved this in the past by a custom formula named sortconsolidate:
{tblcrystalwbs.COSTREF} + ToText ({tblcrystalwbs.UNITPRICE}) + {tblcrystalwbs.TYPE} + {@Units} + {tblcrystalwbs.DESC}
Then Group by the formula, and it just consolidates and works.
But I cant seem to get it to Group by the {WBS1.field} and then sort by the formula/consolidate...
I am stumped I can do either/or but not both!
Any ideas?
Phil
Crystal 8.5
Left join Group sort
We group by field {WBS1}
Field {WBS1} data contains lines of like data where if several of the lines fields match I want them to consolidate and show a single entry with a summed "quantity" where we would normally see many of the same line items but each with a different quantity.
I have achieved this in the past by a custom formula named sortconsolidate:
{tblcrystalwbs.COSTREF} + ToText ({tblcrystalwbs.UNITPRICE}) + {tblcrystalwbs.TYPE} + {@Units} + {tblcrystalwbs.DESC}
Then Group by the formula, and it just consolidates and works.
But I cant seem to get it to Group by the {WBS1.field} and then sort by the formula/consolidate...
I am stumped I can do either/or but not both!
Any ideas?
Phil