on 2014 May 12 12:45 AM
Hi All,
I am having trouble figuring out how to suppress a detail section when condition is true. I have a detail section (Detail Section A) on the report which displays all the details by default based on the linecodes {Invoice_Details_Prn.sLineCode}.
I want to create to new detail section (Detail Section B) similar to what I have right now. When the {Invoice_Details_Prn.sLineCode}=["CL"] then I want to the old detail section (Detail Section A) to be suppressed. I don't want to use suppress section. The reason, I am trying to create the new detail section is ; I have other {Invoice_Details_Prn.sLineCode}=["FR","PO"] to display when {Invoice_Details_Prn.sLineCode}=["CL"]. Can someone give a hand on this? Thanks.
Amol
Can anybody help me out to deal with this issue? Thanks.
Amol
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Abhilash/Dell,
I tried using both the conditions you guys mentioned above. Do not seem to work.
Thanks,
Amol
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Amol,
Both the Details Section a and b essentially 'look' at the same database value.
Meaning, if the value of the database field {Invoice_Details_Prn.sLineCode} on particular row is equal to 'CL', the both Details Section a and b will show the same value.
Also, how do you plan to do this without a suppress condition anyway?
-Abhilash
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I want to suppress Detail Section A when {Invoice_Details_Prn.sLineCode}="CL" and {Invoice_Details_Prn.sLineCode}="FR" and show Detail Section B.
Second condition- If {Invoice_Details_Prn.sLineCode} in ["1","2","6","7","Q","Q1"] then suppress Detail Section B and show Detail Section A.
Thanks,
Amol
Hi Dell,
I tried using the above formula as you suggested. The detail section shows all the detail lines including linecode CL. Is there a way detail section B will show only the detail lines when {Invoice_Details_Prn.sLineCode} = ["CL"] ? I am stuck with issue for too long. Please help. Thanks.
Amol
Use expressions to control the suppress attribute of Detail a and Detail b sections.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
68 | |
10 | |
10 | |
10 | |
10 | |
8 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.