February 5, 20187 yr Hi, what is a general approach in FM for calculating values without storing them in database? Can I add values from 2 fileds and print a result?
February 5, 20187 yr As Fitch said, the only way to display something on a layout that is not stored in a field or global variable is the use a button bar, since you can display the result of a calculation on the text of the button. You can use any calculation for the text of the button, and it will be updated on screen. You can format the button bar in any way you wish, and you can also make the button do 'Nothing' and not even look like a button.
February 5, 20187 yr Author Thanks rwoods. Could you be so kind and provide a basic example within attached file? example.fmp12
February 5, 20187 yr 9 hours ago, rwoods said: As Fitch said, the only way ... I didn't say it was the only way.
February 6, 20187 yr Apologies @Fitch, I did put words into your mouth. As far as I know it is the only way to have FileMaker show a dynamic/changing value on a layout that is not stored in a global or a field.
February 6, 20187 yr I think button bars are generally a good way to go, but e.g., merge variables, virtual lists, and web viewers are possibilities.
Create an account or sign in to comment