Good afternoon all!
How do I export to excel or should I say have the report format in excel formatting using a pramarter that states if Excel then true else false. if true then I get the excel formating otherwise I get the report formatting.
Okay-
from what I am told it is a formatting thing - there are two groups in group 4 that are grouped on user-id:
{?Excel) is Boolean
4a: which states originaly that if the user selects true on {?Excel}then it will show everything headers, column names, etc
selection expert suppress...
This is what I am trying to achieve:
If the user selects “Yes” on the Department Parameter, then the Group header is not suppressed , it shows the Department and each user-id (they are not numeric: if they were that would make this a lot easier!) is listed under that department with their...
I keep getting this "A string is required here", error (on the last if statement, ({@count2})) on this formula (I hope I am giving you enough information):
If {?p_Department} = "Yes" and
{?p_Excel} = "Yes" then {?p_Excel}
Else (If ({?p_Technician}={Command.usr_id})Then...
Is it possible that I am placing the formula in the wrong place; ie.: Group#4 Name:Command.usr_id - I am placing it in the footer of this group. I just saw that when using the Selection Expert and placing the formula there (the Suppress formula editor) it has to have a Boolen Result. If this is...
Pete-
I am only modifing someone esles work - yes the {?p_Excel} is a Boolean. Now I understand the why - how do if fix this - do I make the {?p_Excel} a string? I have tried to change the second part (the IF) to boolean but then I get a string error.
This is what I put in the Selection Expert for the group footer
if{?p_Department} = "No" then True else {?p_Excel} I also checked the suppress
Thanks to direction to go!
Ok - I am getting frustrated with this. In my group footer ({Command.usr_id}) I have to group together the names and sum each of there columns if my parameter = No and they have more thatn one listing. ie.:
Doe 0 12 15 31
Smith 5 6 27 4
Mouse 0 0...
I have to add a Yes / No parameter to my report. Yes = user wants to see the department and no = they don't. Not sure how to go about doing this - this is a new realm for me. I know it is an If statement - how do I get it into the parameter vales parameter dialog box?
Here is my Crystal /...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.