andreadd
MIS
- Jan 15, 2008
- 67
environment: GoldMine Corp Edition 6.7 / SQL 2000 SP4 / Win 2003 standard server / Crystal Dev. 8.5
For years I have been using this formula to display part of a field:
replace(replace({conthist.ref}, "(oc:",""),")","")
The field is a text field and looks like this:
Sent Proposal (oc: Joe Schmoe)
What I need it to look like is:
Sent Proposal
The formula i listed above worked very well for the longest. I am making an assumption that a hotfix or rollup updated something and now crystal is doing this with the formula:
Sent Proposal Joe Schmoe
So what am I missing to remove the Joe Schmoe part?
Also, the reason why we stayed with CR8.5 for all this time is that it is the last version that allowed compiling. These reports are launched by exe in taskbar in GM. Because IE is how notes are stored I am being forced into upgrading, CR8.5 loses stability in html translation. I am making major lovey eyes at CR2008 but do not want to use what business objects suggested to run reports. So I am looking for a good recommendation for a viewer that I can launch from taskbar with report that doesnt cost an arm and leg. I have about 150 users and we go thru citrix connection. thanks!
For years I have been using this formula to display part of a field:
replace(replace({conthist.ref}, "(oc:",""),")","")
The field is a text field and looks like this:
Sent Proposal (oc: Joe Schmoe)
What I need it to look like is:
Sent Proposal
The formula i listed above worked very well for the longest. I am making an assumption that a hotfix or rollup updated something and now crystal is doing this with the formula:
Sent Proposal Joe Schmoe
So what am I missing to remove the Joe Schmoe part?
Also, the reason why we stayed with CR8.5 for all this time is that it is the last version that allowed compiling. These reports are launched by exe in taskbar in GM. Because IE is how notes are stored I am being forced into upgrading, CR8.5 loses stability in html translation. I am making major lovey eyes at CR2008 but do not want to use what business objects suggested to run reports. So I am looking for a good recommendation for a viewer that I can launch from taskbar with report that doesnt cost an arm and leg. I have about 150 users and we go thru citrix connection. thanks!