Hi, Im new to Crystal reports 10. I'm trying to create a formula that recognizes the USER ID and changes it to a text. This is what i have so far, and it works, the only problem is that I have about 80 numbers I have to do this for and I can only get one to work.
IF {ISS_MASTER.USERID} = "MF1234" then "HOLLY VINCENT"
this works but if I try to add another formula below it like
IF {ISS_MASTER.USERID} = "MF1234" then "HOLLY";
IF {ISS_MASTER.USERID} = "MF5678" then "ANNA"
the second formula will only show up in the report.
ahhhhhhhh
As I said, I'm very new to this so if you could provide me with any feedback it would be most appreciated
thanks
Holly
IF {ISS_MASTER.USERID} = "MF1234" then "HOLLY VINCENT"
this works but if I try to add another formula below it like
IF {ISS_MASTER.USERID} = "MF1234" then "HOLLY";
IF {ISS_MASTER.USERID} = "MF5678" then "ANNA"
the second formula will only show up in the report.
ahhhhhhhh
As I said, I'm very new to this so if you could provide me with any feedback it would be most appreciated
thanks
Holly