CR8
I have fields that I am trying to summarize but CR isnt recognizing the numbers. How do I get it to recognize the numbers as numbers?
{P Folder 1.Sq Ft}+{P Folder 2.Sq Ft}+{P Folder 3.Sq Ft}+{P Folder 4.Sq Ft}+{P Folder 5.Sq Ft}
Wow all it took was writing my response to you. I think that the following formula was all I needed.
{P Folder 1.Room 1 Active} = False or
{P Folder 1.Room 1 Active} = True and {P Folder 1.PAR:} = True
Thanks for letting me have something to respond to.
Sorry to confuse with all of the button lingo. Here is what I am working with: First off we have production folders that can either be active or inactive (first suppression) but the active ones need to be turned off once a particular field is marked as true (second suppression). Still clear...
Using CR 8
Can you suppress in the details section using 2 qualifiers?
I am writing the report off of 6 tables, one is a master and there are five tables that link directly to it. I need to indicate wether one of the buttons on each of the five areclicked on and the other clicked off to pull...
I am using the following formula
If {P Folder 1.Material} = "Stone" then {P Folder 1.$} else 0 +
If {P Folder 2.Material} = "Stone" then {P Folder 2.$} else 0+
If {P Folder 3.Material} = "Stone" then {P Folder 3.$} else 0+
If {P Folder 4.Material} = "Stone" then {P Folder 4.$} else 0+
If {P...
You are correct that I am returning some null values good call, now what you sent me is asking for a then because of the IF, I removed it and found no error. Now how do I compare Folder 1 to Folder 2 as true/false. I am trying the following to no avail.
IF (not isnull({P Folder 1.Room 1...
Where would isnull go, because the only results returned by each field is going to be either True or False, False by default. I am trying to determine how many of the rooms are active, by checking against the table for each room.
Thanks
I am using the following formula to evaluate the total number of rooms in a job, using Crystal 8. The formula editor sees nothing wrong with the formula, but yet it returns no results. Any thoughts?
IF {P Folder 1.Room 1 Active} = True and {P Folder 2.Room 2 Active} = False then "1" else
IF {P...
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.