Aussie John Posted December 8, 2014 Posted December 8, 2014 Hello I have calculation to show a google route map in a web viewer container. From this I extract the distance using GetLayoutObjectAttribute. A couple of issues: 1. Is there any way I can freeze the result, as each time I go to record the web page refreshes. 2. The distance only calculates if the object is visible making it unusable in another calculation or a different layout. In both instances I probably doing something wrong with storage but if I store the result, the calculation stays empty. Any thoughts? thanks
comment Posted December 8, 2014 Posted December 8, 2014 A stored calculation will recalculate only when one of the referenced fields is modified. You didn't post your calculation, and I am guessing it does not reference any fields. Perhaps you would be better served by a Number field, populated by a script?
Aussie John Posted December 8, 2014 Author Posted December 8, 2014 Hi Comment As usual I think you are right. - the calculation is referring to the URL anyway here is the calculation I am using. GPOcode is the object with the "address of the web viewer" Let([A=GetLayoutObjectAttribute ( "GPOcode" ; "content"); A=Substitute(A; [Char(13);""]; [Char(10);""]); A=Substitute(A; ["<div class="altroute-rcol altroute-info"> <span>";"¶"]; ["</span>,<span>";"¶"]); A=GetValue(A;2); A=Substitute(A;"<";"¶")]; GetValue(A;1) )
Recommended Posts
This topic is 3636 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 accountSign in
Already have an account? Sign in here.
Sign In Now