on ‎2023 May 18 9:45 PM
Request clarification before answering.
Hello Santiago,
it is currently not possible to adapt this for columns in tables. We are working on more flexibility for widgets and visualizations over the course of the next months.
Also, in August the option will be available to concatenate a character like "%" to a value of a different data type like "4.006" which would be one workaround.
Please consider that any statements about the future are subject to any change and not legally binding.
Best
Manuel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Santiago,
The new ROUND() function for SiGNAL was published last week and might help you:
https://documentation.signavio.com/suite/en-us/Content/process-intelligence/signal-numeric-rounding....?
Furthermore you could add another column in your table next to the desired column to add a % sign. This is a workaround until the new function mentioned by Manuel will be published.
This is an example:
SELECT
ROUND("Automation Rate") AS "Rate"
'%' AS "",
FROM THIS_PROCESSBest regards
Daniel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Manuel for your explanation. We will be waiting for the new update.
Thanks, best regards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 6 | |
| 5 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.