January 31, 200521 yr 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
January 31, 200521 yr 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.
January 31, 200521 yr Author 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
January 31, 200521 yr You have to modify each record in some way for the auto-enter to re-trigger. Re: your first question, re-read above post.
January 31, 200521 yr Author 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
January 31, 200521 yr The second one involves a related field. Only calcs involving local, non-global fields can be indexed.
January 31, 200521 yr Author 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
Create an account or sign in to comment