Jump to content
Server Maintenance This Week. ×

WebViewer use


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

Recommended Posts

I've seen some demo applications that use a webviewer to display temproal information such as a calculation of found records vs. total.

How is a web viewer supposed to be stup in order to disply such data?

For example, if I enter a Let function which calculates a subtraction between two fields, how can I display the result in order to avoid creating an extra field in the table?

Link to comment
Share on other sites

It can get fancier, including formatting, but here's a start:

Let( myTotal = thisField + thatField;

"data:text/html," & myTotal

)

Link to comment
Share on other sites

This topic is 5088 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.