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.

HTML Reports

Featured Replies

Hello. I want to know if its possible with filemaker to make html reports to send them via email. I have to send a report daily to many people through email, right now im doing it in filemaker but exporting it as pdf, i know how to code in html, but is there a way make this reports in html with filemaker? Thanks

You can export out of FileMaker as HTML table. But it's so basic that I don't think many people do that. Another method is to build the HTML within FileMaker, using a script and/or an unstored calculation field, then exporting that. But, IMHO, the "proper" way is to Export XML, with an XSL stylesheet. If you have an intermediate level understanding of HTML, you will likely be able to fairly quickly learn enough XSL to do what you want. There are a few examples on the FileMaker XML web page.

http://www.filemaker.com/products/technologies/xslt_library.html

Simplest one (yeah, it's old, FileMaker 6, but the xml/xsl is the same).

http://transfer.filemaker.com/collection/FmpXmlToHtml.zip

  • Author

Would that work to send them through emails? because i am sending the reports as pdf, they are too big, thats why i want it through html, that way they will see the report without even opening an attachment. Can i do that with xml?

Well, you would export it out as an HTML file. What happens when you attach the file to an email is up to your email client. I'm on a Mac, so I don't know how Outlook would do that; probably fine. Just try it with any small HTML file, and see.

First question... what are you using to send the emails?

Second question is are the reports basically the same with just different #'s in there?

There are many ways to do this and the XML/XSL may be the best. But depending on your level you might go this route...

I use XML for somethings but here's what I'm doing on the somewhat simple side:

1. I use SMTPit to send the emails.

2. I have a calc. field that has the basic text with the needed fields that change data within it.

"Dear " & table::name

"Here are...." & table::numbers this week & "whateverI want... "

3. This field is set as the HTML header for SMTPit. (If needed I can explain why later)

4. One click and emails are on the way..

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.