eledal Posted March 10, 2008 Share Posted March 10, 2008 Could someone please tell me why in my "preventivi" table I can't display the value of IVA (an italian tax which is 20% of "imponibile", which field corresponds to "totale")...I've created a calculated value, I've set the field to number...I don't know what's wrong Thank you Quote Link to comment Share on other sites More sharing options...
Weetbicks Posted March 11, 2008 Share Posted March 11, 2008 Its not calculating because it is an auto-enter calculation, and the only field it references is an unstored calculation. Auto-enter calculations cannot refresh themselves if they only reference an unstored calc (or any calc) because they cannot continually monitor the calc for changes. The only way its going to work is to change IVA to a calculation also. If it needs to be indexable (and thus an auto-enter) you'll have to add a script to manually set it unfortunately - but from the looks of it you'll be fine changing it to a calculation. Quote Link to comment Share on other sites More sharing options...
eledal Posted March 11, 2008 Author Share Posted March 11, 2008 thank you very much...now it works! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.