Newbies tar Posted June 24, 2008 Newbies Posted June 24, 2008 I am hoping that someone can help me use xmChart to actually create a chart. I have copied the calculation functions from one of the examples into my calculation field but filemaker won't accept it because it says that it can't find the "LineChart" function. Here is what I coppied xmCH_DrawChart( "OpenDrawing(600;400) SetThousandsSep(/",/") /* set up data */ ChartData(" & List (Mydatabase::date) &":"& List(My database::value)& ":" &") /* set up chart */ LineChart() Does anyone know why I am getting this error message? Tar
Squeaky Data Posted June 25, 2008 Posted June 25, 2008 "LineChart" is probably a custom function that you will need to add from the example file.
comment Posted June 25, 2008 Posted June 25, 2008 Plugins add their own functions (external functions). If Filemaker doesn't see them, then most likely the plugin is not installed or not enabled in the application's preferences.
Newbies tar Posted June 27, 2008 Author Newbies Posted June 27, 2008 xmChart tech support go back to me and fixed the problem. Here's what was wrong. The last &" was missing in the ChartData section I listed below and this caused the "can't find the LineChart function" error message. Thanks for the replies. /* set up data */ ChartData(" & List (Mydatabase::date) &":"& List(My database::value)& ":" &") /* set up chart */ LineChart()
Recommended Posts
This topic is 6053 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