Removing space

Removing space

Comments

  • Hi,

    I have Reports and Tiles where values are displayed as percentage. In order to show as percentage, I have used Decisions properties “Format: Percent” although it achieves my goal to display as percentage, it adds a space between number and percentage sign.

    For example: 80 %

    I do not want a space in between.
    I want it to be displayed as: 80%.
    Is there a way to achieve this? Probably some changes in CSS.

    With Regards.

  • Unknown
    edited November 2023

    Hi,
    This setting is not controlled through CSS. If you would like to have the percent formatted without the space the easiest way would be to use a remove strings step in your flow set up to take in our preformatted percent and take the space out. This should solve the issue for your tiles.
    For your reports, you may need to add a flow inline field from the calculated columns to return your custom formatted percent.

    Here is the screenshot :

    Thanks.

Sign In or Register to comment.