水晶报表扩展详细信息选项
我正在制作水晶报告,我需要知道如何为以下问题创建布局:
我有一份如下所示的报告
EmpNo EmpName Salary
101 Mark $10000
102 Jain $8000
我的客户要求提供扩展工资的选项,该选项将显示工资金额的详细视图。比如,每个工资金额都会有基本、DA、激励、税收等。
我们有什么选择可以实现这个要求吗?
谢谢
I am working on crystal reports and I need to know how to create the layout for the below issue:
I have a report as shown below
EmpNo EmpName Salary
101 Mark $10000
102 Jain $8000
My client is requesting an option to expand the salary which will show the detailed view of salary amount. something like, each salary amount will have Basic, DA, incentive, Tax, etc.
Is there any option we have to achieve this request?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为“详细信息”部分创建一个抑制公式,内容如下:
//如果参数值为true则隐藏该部分
{?隐藏详细信息}
Create a suppression formula for the the Details section that reads:
//suppress the section if the parameter's value is true
{?Hide Details}