Skip to main content
Question

[Lobby datasource designer] Value between 0 and 1 as a percentage

  • September 24, 2025
  • 2 replies
  • 28 views

Forum|alt.badge.img+7

Hello,

We use de Lobby datasource designer and we would like to show the %POC as a percentage and not as a decimal number.

 

 

I do  only have Number or Decimal, but not the % ?

The  % POC is a CF.

Is there any way to achieve this ?

 

BR:/

2 replies

AveTonitM
Hero (Partner)
Forum|alt.badge.img+10
  • Hero (Partner)
  • September 25, 2025

I assume you present the % POC in a IFS page, where the % format is correct, but the Lobby is skewed. Maybe you can configure a calculation to the Lobby datasource column (100* “CF_poc”)


Forum|alt.badge.img+2
  • Sidekick (Customer)
  • November 19, 2025

in the lobby datasource I used this:

 

TO_CHAR(CF$_CUSTOM_FIELD * 100, 'FM990.00') || '%'