cancel
Showing results for 
Search instead for 
Did you mean: 

how to give format

Former Member
0 Kudos

HI all

i developed one application in that i inserted one i/pfield for that i need to display as 00.00 at runtime and is to update as it. if any thing we are given has to change to that format(00.00).

thanks

viswa

Accepted Solutions (0)

Answers (1)

Answers (1)

pravesh_verma
Active Contributor
0 Kudos

Hi,

For displaying in the required format you can try this:

1. Create a simple type in dictionary: under Dictionary -> Local Dictionary -> Simple Types

2. go to Definition tab: Change Built-in Type as Integer

3. go to Representation tab: specify format e.g.: 00,00,000.00

4. go to Context and change the date context attribute to the created type.

I hope this solves the issue. Please revert backn incase you want any further information.

Thanks and Regards,

Pravesh

Former Member
0 Kudos

Hi,

Yes , i agreed with Pravesh answer.This is only option to format the the value in view by creating the simple type and assign the format in representation tab of simple type property.

thanks

Kanai