Newbies PJS Posted December 2, 2007 Newbies Posted December 2, 2007 I'm starting to play with the DSM for the first time. I would like to include some calculations that may change on a regular basis due to legislative changes. I can then just send my client a file to import the changes when necessary. I have set up a basic interface file with all of the relationships, and a data table with some test tables. In the interface file I have a table called 'Resources' that contains a record for each formula. This has a self-join [color:gray](Resources x ResourceList), and a calculating global (g_ResourceList) using the 'List' function [color:gray]e.g List (ResourceList::Formula) Now I can access the relevant formula for either validation or auto-enter functions by using the 'Evaluate' function. e.g [color:gray]Evaluate ( GetValue (Resources::g_ResourceList ; 2) ) This seems to work great in the data viewer. However, I can not seem to get it to work properly within the interface file. Can someone give me a gentle shove in the right direction..or tell me i'm barking up the wrong tree? Many thanks Paul
DataMate Posted December 14, 2007 Posted December 14, 2007 All I would say is I have found nothing yet that gives me issues with DSM.. post your files and we'll take look if you want
Recommended Posts
This topic is 6190 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