Skip to Content
Author's profile photo Former Member

Slide Show of Monthly Region wise Data

Slide Show of Monthly Region wise Data

First Create Two Global variable .

V_pbcounting :  Integer (0)

AutoChart_Player : String (Play)

  Global Script variable.png


You Can Use SetFilter Also to change the Data in Different Chart .


Assigned Tags

      3 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Harald Schwedesky
      Harald Schwedesky

      Hi,

      Thank you for this nice slide. It's a good idea (sample).

      Regards Harald

      Author's profile photo Dirk Mayrock
      Dirk Mayrock

      Hi Nikhil,

      using the .doBackgroundProcessing as a "Player" is a really cool idea... Thanks for sharing!

      Liked, Bookmarked, and Rated 🙂

      Dirk

      Author's profile photo Michael Howles
      Michael Howles

      Pretty cool idea to use doBackgroundProcessing as an event loop/playhead.  I'd caution that each execution of BI Scripting occurs on the server side (as small as it may be, it's still there) so having this looping issue repeated calls on the server side for sake of incrementing a counter may have effects if you have a large number of these dashboard sessions open indefinitely.

      Still pretty cool to see!