Jump 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.

layout-level calculation engine

Featured Replies

  • Newbies

I missed part of the opening keynote.

Does anyone have an example of "layout-level calculation engine" that was shown?

Does it require a plug-in?

Thanks

Since a lot of us didn't attend DevCon, what is the calculation suppose to do?

Does it have something to do with the Web View, or did you miss the Topic Area?

Lee

The Web Viewer is a way of accessing the calculation engine in a context-free way...the only way to get data to display in that sense. (Conditional formatting is similar, but obv you can't display data).

Basically, you can display global variables and Get() functions that you might put into a field in a Web Viewer instead. I tried it out with this Custom Function and it works great.

So instead of having an unstored calc = Get(foundCount) for display on a navigation bar, you use a Web Viewer with the source = HTML(Get(foundCount)) where HTML() is a CF that formats the text to be read by the viewer.

Why this functionality isn't available in a simpler format (ie without the need to encode HTML) is another question....

Edited by Guest

If I am not mistaken this is a brief demo video here

http://www.geistinteractive.com/node/42

Phil

Hi Phil,

Thank you for the Link, I would have liked to seen this presentation in person. Oh well, I hear that DevCon is coming to San Francisco next year, so I'll finally get to go to one.

In the mean time, it looks like I'll have a few hours of fun with Todd's stuff. :tigger:

Thanks again,

Lee

I'm a found of webviewers as a calculation holder, but I don't understand why they call it context free.

It is table free, but certainly not context free (the context is, the current table occurrence)

I think the take away concept wasn't so much that web viewer invoked calculations were by definition context free, but that you could, using context-free functions within the calc dialog, create web viewer objects that are independent of the layout's TO. Obviously as soon as you specify any TO-specific references in the calc dialog, it isn't going to be context free.

DJ's quoted CF is a good, simple example (and the one that stuck in my mind in the opening session). Embed a Get(FoundCount) in an HTML-wrapping CF and stick it into a web viewer object, and you get a little Found Count number you can copy/paste.

I thought it was a neat trick, and for those who like to have "x of xx records found, xxx total" on their layouts, it's a way to do it without having three embedded calc fields in each table.

Create an account or sign in to comment

Important Information

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

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.