I have a field called jobnumber that shows up as a long number such as 75412.00 I would like it to only show 75412 how do I format the number if it is embedded in a text formula. Below is the formula
if {Dictations.state}=14 then "At Transcriptionist" & "/" & " "&{Dictations.JobNumber}else
if {Dictations.state}=10 then "Dictated" & "/" &" "& {Dictations.JobNumber}else
if {Dictations.state}=15 then "Awaiting QA" & "/" &" "& {Dictations.JobNumber}else
if {Dictations.state}=16 then "At QA" & "/" &" "& {Dictations.JobNumber}else
if {Dictations.state}=6 then "Pending" & "/" &" "& {Dictations.JobNumber}else
if {Dictations.state}=12 then "To Send" & "/" &" "& {Dictations.JobNumber}else
if {Dictations.state}=17 then "Pre-Transcribed" & "/" &" "& {Dictations.JobNumber}else
if {Dictations.state}=22 then "Signed-Off" & "/" &" "& {Dictations.JobNumber}else
"Unknown " & "/" &" "& {Dictations.JobNumber}
If knowledge were power I would be a AAA battery!
if {Dictations.state}=14 then "At Transcriptionist" & "/" & " "&{Dictations.JobNumber}else
if {Dictations.state}=10 then "Dictated" & "/" &" "& {Dictations.JobNumber}else
if {Dictations.state}=15 then "Awaiting QA" & "/" &" "& {Dictations.JobNumber}else
if {Dictations.state}=16 then "At QA" & "/" &" "& {Dictations.JobNumber}else
if {Dictations.state}=6 then "Pending" & "/" &" "& {Dictations.JobNumber}else
if {Dictations.state}=12 then "To Send" & "/" &" "& {Dictations.JobNumber}else
if {Dictations.state}=17 then "Pre-Transcribed" & "/" &" "& {Dictations.JobNumber}else
if {Dictations.state}=22 then "Signed-Off" & "/" &" "& {Dictations.JobNumber}else
"Unknown " & "/" &" "& {Dictations.JobNumber}
If knowledge were power I would be a AAA battery!