开发者

How to use one column in two detail sections with Crystal Reports

开发者 https://www.devze.com 2023-02-24 04:47 出处:网络
I need to show one column which is from backend in two detail sections based on the condition that in one detail section this column value should be the second columns(particular) corresponding value

I need to show one column which is from backend in two detail sections based on the condition that in one detail section this column value should be the second columns(particular) corresponding value and in other detail section except that particular value. So my question is how to write two different formulas for 开发者_高级运维a single field?

Eg: {abc} = "xyz" in one detail section and {abc} <> "xyz" in other detail section


I don't quite understand exactly what you want it to do, but I recommend you start by making 2 new formulas (one for each detail section). Your formulas would look something like this:

If {abc} = "xyz" then {Somefield}

and

If {abc} <> "xyz" then {Somefield}

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号