I'm really green at the formula stuff.
Here is what I have and how do I get it to say =1 and then =0
{WORKSTAT.WS_NUM} <> 999999 and
{vWorkstation_software_det
Main Topics
Browse All TopicsI am using Trackit and it uses Crystal Reports. I want to search for all the computers that do not have our Lightspeed Systems anti virus program. I need the syntax.
thanks
Gary
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Suppression formula (in group header and footer in section expert, next to suppress there's a X-2 button)
sum({@formulaname},{groupi
You can get the sum(....) above by painting the formula in the details section, then right click, insert formula, and set the formula in the group footer. This will then shows as a sum formula in the report fields bit of formula exlorer.
Once you've included it you can just delete the two fields off the report.
When I copy and paste this into the formula it tells me it must be boolean. Boy am I green on this. (I'm off today and I will be working outside so I will catch up on this later today.) Thanks for the response so far.
if({WORKSTAT.WS_NUM} <> 999999 and {vWorkstation_software_det
1
else
0
Wrong formula, you need to create a new formula using the report formulas on the roght hand side of the main report screen, then use that new formula as the formulaname in the suppression formula.
I presume you are trying to put code above in the X-2 button to the right of suppress in the section expert.
This is the sum({@formulaname},{groupi
Here is what to do.
1. Create a new formula from the report formulas on the right hand side. Call it HasLightspeed
2. Paste in the if(...... stuff
3. Save and close,
4. Drag it to the details section
5. Right click on it and Insert summary, Select the group in the dropdown at the bottom (Currently set to report footer).
6. In section expert, click on the X-2 button to the right of Suppress for the group footer.
7. In the report fields pane, select the Sum of HasLightspeed option, and type > 0.
8. Save and close.
9. Delete the haslightspeed formula and summary from the report design (NOT the right hand side)
Business Accounts
Answer for Membership
by: PCIIainPosted on 2009-08-14 at 00:54:44ID: 25095939
Group by computer, set up a formula that is 1 if product is Lightspeed and 0 if not,
Suppress the details section, and then suppress the group section if sum(formula,group) > 0