Feature does not work since changes, please help.
Since Creator was updated, a feature I created now does not work and I don't know why. Can anyone help.
So on my project I have jobs that are grouped into dates that the jobs will be done. Now also within the grouping I added Map_Location which gave a listing of all the post codes attached to that date.The purpose was so I could cut and past a whole days activity into Google maps to work out my route.
The formula used to achieve this is
code="";
for each r in Signing[((Run_Number == input.Run_Number && Post_Code != "") && (Post_Code is not null))] sort by Time_of_Visit
{
code=code + ":to:" + r.Post_Code;
}
for each r in Signing[Run_Number == input.Run_Number]
{
r.Map_Location="www.maps.google.com/maps?q=from:DA8 1HG" + code;
}
This allowed the following to appear on the grouping bar
www.maps.google.com/maps?q=fromDA8 1HG to SW3 2FD to DA8 1HG to SE16 2WS to SE5 4DE
which I could then cut and paste into the url line in a browser.
Since the ZOHO update the Map_Location does not appear in the grouping line on my page view.
Please help
Thanks
Nigel