Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 6053 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

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

Posted

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
Posted

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()

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.