Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

How to check if a numeric field value is Integer or not?

Avatar

Level 2

Hi,

In a LiveCycle Designer ES4 form, how to check (on field exit) if a numeric field value is Integer or not?

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi there,

you can verify if the rawValue contains a "," or "." by using indexOf

like the following

Hope this will help you

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

Hi there,

you can verify if the rawValue contains a "," or "." by using indexOf

like the following

Hope this will help you

Avatar

Level 2

Thank you very much, this is it!