Jump to content

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

Recommended Posts

  • Newbies
Posted

Hello everybody. Hope somebody could help me with a problem I have.

For each advert on my site the software provides me with info which I can convert to a CST text file, which I then import into a FM database. It works fine.

I want to be able to give a discount on adverts. The cost of the first one is

Posted

Really all that you need to worry about is the first advert, this is the ONLY one that is different.

The first record in a self-relationship, will either be the ONLY record or just the first record. Either way that is the record that is charged the full cost. Every other record is charged the lesser cost.

Posted

Kurt,

Let me walk on your toes a little, just to make sure he gets it working.

create a self-relationship from the eMailAdress

SelfJoin => Main:eMailAdress::Main:eMailAdress

Then c_Price = Case(Record_ID = ::SelfJoin:Record_ID, 25,15

Now, I have 3 different mail adresses, should I pay 25

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