Jump to content
Server Maintenance This Week. ×

IsEmpty field display contents of not Empty field


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

Recommended Posts

  • Newbies

To all who can help

Being a complete novice I would like to have the following answered.

I have three calculated fields. Daily calculated rate (let’s call this D), Weekly calculated rate (let’s call this W) and Monthly calculated rate (let’s call this M). In addition another field within which I would like to display a final result (let’s call this R).

I have managed thus fare to get D, W and M to display their required result leaving the other two empty. I’ll explain (If D displays a result W and M does not), (if W displays a result D and M does not) and so on. This being the case I would like the following to happen.

If D is not empty display D in field R

IF D is empty display W in field R

If W is empty display M in field R

My question is how would one accomplish this task?

Thank in advance to all who reply.

Moomphie

Link to comment
Share on other sites

The two calculations will return different answers for the same data.

If you have data in all three fields, then the [color:blue]Case Statement will return the data in field D as expected. However, the Concatenated [color:blue]calculation, i.e. using the [color:blue]"&" Operator, will return all data in all fields.

As an example, if the field cantained the following:

D = 1

W = 2

M = 3

Case Statement will return = 1

& operator will return 123

HTH

Lee

Link to comment
Share on other sites

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