cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

signavio process intelligence round number

santiagolc
Explorer
0 Likes
907

Hi,

I'm developing an olap table with some rates. But the rate showed by the widget it's a bit unreadable. There is a possibility to change the result or to add a sybol like %?

Thanks, best regards.

Accepted Solutions (1)

Accepted Solutions (1)

manuelmeindl22
Product and Topic Expert
Product and Topic Expert

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

Answers (2)

Answers (2)

daniel_hesseling
Product and Topic Expert
Product and Topic Expert

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_PROCESS

Best regards
Daniel

santiagolc
Explorer
0 Likes

Daniel,

Thanks for your comment. I will update the KPIs to make them look nicer.

Thank you, best regards.

santiagolc
Explorer
0 Likes

Thanks Manuel for your explanation. We will be waiting for the new update.

Thanks, best regards.