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.

ScribeDocReadValue error

Featured Replies

I am trying to run a simple script to do a search on our FM database based on the values in a column in an excel spreadsheet using Scribe.

The document loads without any error, but when I go into my loop to parse the values by the row I get this error from my error feedback scripting:

Reading values is not supported for the file Shipments!A2

For the record I am trying to read a value from a sheet entitled Shipments, first column skipping column label and on down the column. This error plays on each iteration of my loop (A2 updates accordingly, A3, etc).

I cannot see any error in my syntax as being a problem...it's pretty straightforward. What am I missing here?

Here is the top half of my loop to show what I'm trying to do:

Set Variable [$i; Value:1]

Loop

Set Variable [$i; Value:$i + 1]

Set Variable [$readRow; Value:ScribeDocReadValue ( "Shipments!A" & $i )]

If [not $readRow]

Show Custom Dialog ["An Error Occurred"; ScribeLastError]

End If

Exit Loop If [isEmpty ($readRow)]

...do stuff...

End Loop

  • Author

think I found the problem, the excel file was of type .xls which I saved as .xlsx - this appears to work now...

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.