Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

Ok,

So I have a fields named "Surv". This field is a calc field... a simple case function. When I go to storage options I can not change it to any indexing. So here is my problem.... How do I make a portal Index itself off of a calculation field... Noting shows up in the portal... Is there a way to make this work?

Oh, I know about the auto-enter calculation... that works but I need the number to chang when I change fields... auto enter only works when I enter a new record...

Help,

Joseph

Posted

Auto-enter works each time a record is modified, if you have 'do not replace existing value for field' deselected.

If a calculation involves globals or unstored calculations, it cannot be indexed.

Posted

I have some calculation that indexed... in my database... why can some and not others...

Also, I did the auto calc field... and unchecked field box... but i already have 600 entries in my database... when do I have to do to cycle through them so it does my case function?

This is why I like calculations b/c they change automaticaly everytime...

Joseph confused.gif

Posted

You have to modify each record in some way for the auto-enter to re-trigger.

Re: your first question, re-read above post.

Posted

Ok Please tell me why?

I can Index this equation:

Case ( IsEmpty ( Survior_Second_FirstName); ""; TextColor("Surv";RGB(255;0;0)))

But Not this one:

Case ( IsEmpty ( File_Login_Sheet::Survior_Second_FirstName); ""; TextColor("Surv";RGB(255;0;0)))

Joseph

Posted

The second one involves a related field. Only calcs involving local, non-global fields can be indexed.

Posted

Thank you,

I guess I will have to rethink this... I need to min user input somehow... I thought this would be a good way to do it. I was wrong I guess. I thank you for your time.

Joseph

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