A question for V9 users...
One shortfall of V8 is you can use arguments in filters in grid components, but you can't use them in calculated fields. The help says in Version 9, you can create calculated fields in mapped tables and use them just like any other field.
I have an app where I take either longitude and latitude or, if none, zip code, and calculate the distance to all customers, sort from closest to farthest and display the results in a table with a link to the customer page.
Because of no arguments in calculated fields, I couldn't use a component. I ended up doing everything in Xbasic and displaying the results in an html table. Took me a couple days (OK, I'm slow!).
Seems like mapped tables are like a view with built in multitable calculated fields. With that capability, I could have used a grid and done the whole thing in a couple hours. I know because I first built one expecting to use arguments, then discovered I couldn't.
I'm building a case for my customers to move to V9, so I'd like to ask for responses from people using mapped tables on what their experience has been.
Are they quick to set up? Stable? Reliable? Are there restrictions on the kinds of calculated fields you can create? Restrictions on the number of tables that can be mapped? How do they work with grid components? That sort of thing.
Thanks,
Pat
One shortfall of V8 is you can use arguments in filters in grid components, but you can't use them in calculated fields. The help says in Version 9, you can create calculated fields in mapped tables and use them just like any other field.
I have an app where I take either longitude and latitude or, if none, zip code, and calculate the distance to all customers, sort from closest to farthest and display the results in a table with a link to the customer page.
Because of no arguments in calculated fields, I couldn't use a component. I ended up doing everything in Xbasic and displaying the results in an html table. Took me a couple days (OK, I'm slow!).
Seems like mapped tables are like a view with built in multitable calculated fields. With that capability, I could have used a grid and done the whole thing in a couple hours. I know because I first built one expecting to use arguments, then discovered I couldn't.
I'm building a case for my customers to move to V9, so I'd like to ask for responses from people using mapped tables on what their experience has been.
Are they quick to set up? Stable? Reliable? Are there restrictions on the kinds of calculated fields you can create? Restrictions on the number of tables that can be mapped? How do they work with grid components? That sort of thing.
Thanks,
Pat
Comment