Digit fomat with HEX #735
-
I want to See number with HEX, hexadecimal format. e.g., 0xFF001122 I want to Read / Write with hexadecimal number! Could I Do this with Rowy? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The number field currently doesn't support this. You can use a derivative column instead to read the data from the number field and display it in a HEX format. Writing can also be achieved by either using an extension. But yeah these are not directly at field level and require cloud functions. I have converted this discussion into an issue to support such a type in the future. |
Beta Was this translation helpful? Give feedback.
The number field currently doesn't support this. You can use a derivative column instead to read the data from the number field and display it in a HEX format. Writing can also be achieved by either using an extension. But yeah these are not directly at field level and require cloud functions.
I have converted this discussion into an issue to support such a type in the future.