Skip to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

xmChart

Featured Replies

  • Newbies

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

What did the Editor of xm chart have to say?

"LineChart" is probably a custom function that you will need to add from the example file.

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.

  • Author
  • Newbies

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

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.