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.

calculation field in half

Featured Replies

  • Newbies

I am makeing a simple solution to keep track of my dvd:s (just for practise) and now I figured I want to rate them as well. tought of displaying the rated value graphicaly as bars. Would rate them 1-5 and have a repeating calculation field displaying a box in the first repetition if the value is 1, a box in the first and second repetition if the value is 2 and so on... My problem is I do not know how to get the calculated value to display in the repeated boxes, only the first repetition seems to get any value at all. If anyone have a solution please help me.

You can create horizontal bar charts by using a calc field:

Left("|||||||||||||||||||||||||", Number * (VertLines / MaxNumber))

Where "Number" is the value assigned (in your case, 1 through 5), "VertLines" is the number of vertical lines in the calc (here I've used 25), and "MaxNumber" is the highest value allowed (in your case, 5). Then choose a bold font and color.

Note: You may want to double this field, and offset one copy by a pixel; otherwise you could get spaces between the vertical lines. Experiment, and enjoy.

Note 2: You can use variations on this to create Gantt charts (very useful for project timelines).

  • Author
  • Newbies

Thank you for your help! I tested the calculation and got it running the way I wanted to. Thanks again.

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.