To BenefitsLink home page           EmployeeBenefitsJobs.com is where the best employers find the best candidates!

Welcome Guest ( Log In | Register ) · 0 New Messages

 
Reply to this topicStart new topic
> Crystal Report - Database item
pmacduff
post Dec 9 2005, 11:10 AM
Post #1


Registered User


Group: Registered
Posts: 762
Joined: 8-February 01
Member No.: 6,387



Hi everyone...I'm working on a census report and I want it to show the "reason not eligible" element for the ineligbles. I can't seem to find a database field that will work. Does anybody know the table/field that I can use to get this info to print? TIA for any suggestions.
Go to the top of the page
 
+Quote Post
Tom Poje
post Dec 9 2005, 11:14 AM
Post #2


Moderator


Group: Sitewide Moderator
Posts: 3,933
Joined: 26-August 98
From: Florida (land of hot humid summers)
Member No.: 1,560



I use the following in my census reports

if {PLANEE.CATEGCD}='8' and {PLANEE.INELIGCD}='A' then '-age'
else if {PLANEE.CATEGCD}='8' and {PLANEE.INELIGCD}='B' then '-service'
else if {PLANEE.CATEGCD}='8' and {PLANEE.INELIGCD}='U' then '-hours'
else if {PLANEE.CATEGCD}='8' and {PLANEE.INELIGCD}='E' then '-union'
else if {PLANEE.CATEGCD}='8' and {PLANEE.INELIGCD}='F' then '-alien'
else if {PLANEE.CATEGCD}='8' and {PLANEE.INELIGCD}='G' then '-hourly'
else if {PLANEE.CATEGCD}='8' and {PLANEE.INELIGCD}='H' then '-salaried'
else if {PLANEE.CATEGCD}='8' and {PLANEE.INELIGCD}='J' then '-commission'
else if {PLANEE.CATEGCD}='8' and {PLANEE.INELIGCD}='K' then '-elects out'
else if {PLANEE.CATEGCD}='8' and {PLANEE.INELIGCD}='L' then '-elects out'
else if {PLANEE.CATEGCD}='8' and {PLANEE.INELIGCD}='M' then '-in other plan'
else if {PLANEE.CATEGCD}='8' and {PLANEE.INELIGCD}='N' then '-died'
else if {PLANEE.CATEGCD}='8' and {PLANEE.INELIGCD}='T' then '-terminated'
else if {PLANEE.CATEGCD}='8' and {PLANEE.INELIGCD}='O' then '-other'
else if {PLANEE.CATEGCD}='8' and {PLANEE.INELIGCD}='D' then '-excluded division'

(no charge for this one!) smile.gif
Go to the top of the page
 
+Quote Post
pmacduff
post Dec 9 2005, 11:24 AM
Post #3


Registered User


Group: Registered
Posts: 762
Joined: 8-February 01
Member No.: 6,387



Thanks Tom!
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

 



Lo-Fi Version Time is now: 21st November 2009 - 06:36 AM