cancel
Showing results for 
Search instead for 
Did you mean: 

How can I format an amount in PLD? I need a secure format for checks.

former_member247972
Participant
0 Kudos

How can I print a secure format amount field in PLD?

I need to print 1083.75 as $*****1,083.75.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

As a work around you may try the following:

  • Create a  db field for currency say F_101
  • Create a text field for ***** say F_102
  • Variable or DB field for Amount say F_103
  • Formula field and use the concatenate opertaion in the formula editor to get the desired result.
  • (F_101,F_102,F_103)

This should resolve your problem.

Thanks,

Joseph

Answers (2)

Answers (2)

KennedyT21
Active Contributor
0 Kudos

Hi Thomas Arnold...

I think in the pld you dont have option ... you can fix the length of the field but not with * mark

Try with the Crystal report

Hope Helpful

Regards

Kennedy


former_member247972
Participant
0 Kudos

There is no Crystal format for AP Checks except the one converted from PLD.  That is not workable.

kothandaraman_nagarajan
Active Contributor
0 Kudos

Hi Thomas,

Please check with below link for working  with PLD:

http://www.vision-33.com/media/5432/howto-customizepldtemplates.pdf

Hope helpful.