c# 4.0 - How to use one column in two detail sections with Crystal Reports -
i need show 1 column backend in 2 detail sections based on condition in 1 detail section column value should second columns(particular) corresponding value , in other detail section except particular value. question how write 2 different formulas single field?
eg: {abc} = "xyz" in 1 detail section , {abc} <> "xyz" in other detail section
i don't quite understand exactly want do, recommend start making 2 new formulas (one each detail section). formulas this:
if {abc} = "xyz" {somefield}
and
if {abc} <> "xyz" {somefield}
Comments
Post a Comment