Back to forum list… Back to Issues and Problems...

Type Mismatch Error on Formula (2 replies)

[email protected]
6 years ago
[email protected] 6 years ago

Hi, I have receive the error 'Type mismatch '[string ""]' on the following formula.

%ALLIN*-1

What's wrong?

https://www.realisable.co.uk/wp-content/uploads/2018/02/TypeMismatch.png
Support
6 years ago
Support 6 years ago

TJ, the likely culprit here is that you have set the ALLIN field to type Text and there is a record which has an empty value AND the field is returning a string.

https://www.realisable.co.uk/support/Documentation/iman-user-guide/DataConcepts/FieldTypes.htm

You have two options:

a. Change the field type to a numeric type.

b. Have a formula which does a conversion, such as:

IIf(%ALLIN = "", 0, %ALLIN) * -1
IIf(%ALLIN = "", 0, %ALLIN) * -1
[email protected]
6 years ago
[email protected] 6 years ago

Beauty - Thanks Realisable! option a didn't work for me, but option b worked perfectly!

Contact

Realisable Software Ltd provides code-free, cost-effective applications integration solutions for SMEs. Our core IMan product is designed to integrate almost any application with a number of Sage solutions and online payment processors.

Looking to purchase IMan, please see our resellers here.

Realisable Software
Ph: +44 (0) 208 123 1017

Copyright © Realisable. All rights reserved.
Realisable is a registered trademark

Close

Request Demo

Realisable Software Ltd provides code-free, cost-effective applications integration solutions for SMEs. Our core IMan product is designed to integrate almost any application with a number of Sage solutions and online payment processors.

Looking to purchase IMan, please see our resellers here.

Realisable Software
Ph: +44 (0) 208 123 1017

Copyright © Realisable. All rights reserved.
Realisable is a registered trademark

Close

Access Downloads

Realisable Software Ltd provides code-free, cost-effective applications integration solutions for SMEs. Our core IMan product is designed to integrate almost any application with a number of Sage solutions and online payment processors.

Looking to purchase IMan, please see our resellers here.

Realisable Software
Ph: +44 (0) 208 123 1017

Copyright © Realisable. All rights reserved.
Realisable is a registered trademark

Close