system.dataset.exportExcel?

Using system.dataset.exportExcel generates this error:

AttributeError: ‘com.inductiveautomation.ignition.common.script.Imm’ object has no attribute 'exportExcel’

The function is in the manual but does not appear when pressing Ctrl-Space.

Did I miss the memo that exportExcel no longer exists? I am using 8.1.5.

Where are you using the function?

In an action script on a button.

Vision or Perspective?

Sorry, in Perspective. Don’t tell me you can’t use it in Perspective… But I guess that makes sense.

you cant :frowning:

What is the best way to export in Perspective?

Can’t use it in perspective.
It’s a vision only scope.

Use system.dataset.toExcel and system.perspective.download.

Thanks. I sometimes forget how different the two really are.

1 Like

Example:

3 Likes