Jump to content

This topic is 8390 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

You can use an IF-THEN calculation to determine if the price is greater than .99, then don't do anything but if it is less than 1, then have the response be "0".

I would usually make the calculation in a separate field and then embed that field in your calculation right between the pound sign and the price.

I think you could probably just embed the IF-THEN into the original calculation as well but I haven't tried that.

I hope this helps.

Posted

Why not change the field's Number format to display with 2 decimal places?

Posted

Create a calc field, called QtyText, that equals NumToText(Quantity). Then use a merge field:

<<QtyText>> @ <<Price>>

Then Format/Number on the merge field, using currency, 2 decimal places, with currency symbol "

Posted

Right, something like this:

quantity & " @

This topic is 8390 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.