Val Function Does not Work

DBFIN

Registered User.
Local time
Today, 08:51
Joined
May 10, 2007
Messages
205
I used a simple Val() function to convert $50,000 from text to number, but it returns a value of zero. The script is a follows:

BI_DED_AMT: Val(IIf([Factor PL_Deductible]="None","0",[Factor PL_Deductible]))
 
you need to lose the $ sign

e.g. .........,mid([Factor PL_Deductible],2)))
 
Thank you, that works.
 

Users who are viewing this thread

Back
Top Bottom