Jump to content

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

Recommended Posts

Posted

On layout "A", I have an override field (a number field - no options selected - the "parent" field is a calculation field showing dollar amount) and i use it when i need to force the field to show zero dollars, overriding the calculation. So i enter "0" and it shows $0.00. Basically my question is, how do i make this $0.00 be blank? I'm actually ok with the $0.00 but on another layout," B", i need the field to show up blank because i have layered it (and the parent field) with another field (making them "see-through"). So that only the field with the dollar amount i want shown, will show up. Right now it shows the zero as well over the dollar amount. And i wouldn't mind if it showed up blank on "A".

Posted

Right idea – wrong way round – Try this:

Case(Override = "", TextToNum(""), Round (Payment Amount - Time Billing::Monthly Commission, Override), 2)

Posted

The first Tom's suggestion didnt' work because it's the override field i'd need to change the color of and it takes the color of the parent field. But thanks for suggestion.

But Thom - i'm trying to understand your suggestion. Do I put that formula in the caluclation of the parent field? My calculation is as follows: Round(If(IsEmpty(Override), Payment Amount - Time Billing::Monthly Commission, Override), 2)

Will you revise for me? crazy.gif" border="0

This topic is 8424 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.