开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜