コミュニティ

Space as order separator in Currency field

Hi,

I'm creating a flexi-layout to match money values in the format "N NNN,NN", but unfortunately FlexiCapture 10 matches only the "NNN,NN" part, i.e. amounts < 1000.="" according="" to="" flexilayout="" studio="" documentation:="" "the="" default="" separators="" of="" the="" orders="" are="">.,' and a space.", but space is not working for me (while e.g. a dot is). Increasing "max. space length" property did not help. I could not find any option for setting allowed order separators in the documentation for Currency field.

Is there any simple way to match money amounts with spaces between orders or do I really have to match a number-only Character String to the left of the Currency field and combine their values?

Thanks.

この記事は役に立ちましたか?

0人中0人がこの記事が役に立ったと言っています

コメント

1件のコメント

  • Avatar
    Permanently deleted user


    Micahal,

    Not sure if the documentation is wrong or if its in a bug in the software but I'm having them same issue as you. I'm using the latest release 10.0.6.1589. The best option in my case would was to use Character string with a regular expression like the following:

    N""NNN","NN

    If you want you can create it to be even more complex by setting the min and max range using the regular expression too.
    0

サインインしてコメントを残してください。