Snapshot () linktoview() on Chart shows 0% values

Hello All,

I had a working Bot that sent an email with a snapshot of a chart. But after many changes on the APP, I noticed this one present a different behavior. The email still shows the snapshot, but now the values of the chart are 0%.

This is the email body I always use:

<img src=“<<SNAPSHOT(LINKTOVIEW(“I-Graph”))>>”>

This is the chart before:

Now this is the chart:

Notes:

  1. The application still shows the values correctly (not zero).
  2. Only when using the snapshot is when appears 0%
  3. Yes, I try to go undo latest changes, but there’s many and can’t check wich is the one affecting the app withouth making damages to the app.
  4. Yes, I delete and recreate the bot, and continues the same

Hello, I came from your future, the issue was at the “security filter” of the table. You were limitating the access to the data. Still need to review how to make it work, but once is removed, this eliminate the issue you had on the snapshot

1 Like