Capture numerical dimensions
Hi.
We have a client in which we are trying to do the following:
We aim to utilize data acquired from an object stored in local storage for segmenting purposes in Adobe Analytics. The challenge lies in the fact that when this data is captured into an eVar it's treated as strings, making it difficult to create the desired segments based on numerical criteria.
Our objective is to collect this data in formats such as integers, floats, or dates to enable more precise segmentation within Adobe Analytics. For example, we'd like to capture the "numberOfOrdersPlaced" as an integer so that the client can create segments as follows:
Segment | numberOfOrdersPlaced (0-9)
Segment | numberOfOrdersPlaced (10-19)
Segment | numberOfOrdersPlaced (20-29)
When I try to create such segments I don't have operators that allow that:

Is it possible to do it, or is there a workaround that I can use so that the client can create these segments?
Thank you.