I am a n00b to Crystal and SQL so I hope I can explain this
properly. I am trying to query multiple companies that would be selected by the user. So I need to be able to allow multiple values for the parameter {?CompanyCode} below.
A simplified version of my SQL query:
SELECT...
The left table is orders_invoice and they are linked with doc_ctrl_num.
I am also experimenting with SQL - UNION but no luck with that yet. I'm really new to Crystal and databases in general.
I am trying to add a field to my report from one of two tables. If the record doesn't exist in the first table I want Crystal to look for it in the second. The result of this formula is a blank report:
If IsNull({arp.due_date}) Then {art.due_date} Else {arp.due_date}
Can I do this with a...
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.