Jump to content

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

Recommended Posts

Posted

I have two files, one contains main topics, the second contains subtopics. I want to have a way to "check" them off when they are done, so I created a check field with one option, then made it so when that check field was checked an icon of a much prettier check is displayed (for printing purposes). Anyways I got it to work on the first file, then I wanted to do the exact some thing in the other file.... did it.... doesn't work!?!?

First file calulation(container) field formula:

Case(checkBox = " X", GetRepetition(gCheck, 1), GetRepetition(gCheck, 2))

Second file calulation(container) field formula:

Case(checkBox = " X", GetRepetition(gCheckTwo, 1), GetRepetition(gCheckTwo, 2))

arg... it should work... any ideas?

Posted

Detlev, yep, both globals(BobW - it's a global container I double checked) in both files are filled in.

I tried it through a relationship before and ran into problems, so I said "no biggy, I'll just give it it's own", and that's were I am now.

I'm going to try it in some new files to see what happens.

Posted

Well the new files worked, guess I'll just recreate it there.

It's still frustrating when you learn the rules, play by the rules, and then the rules are defenestrated.

Posted

BTW, GetRepetition( field, 1 ) is redundant. field will work just fine. It's similar to the way a calculated repeating field assumes the current repetition and only needs specification if other repetitions are involved.

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