Graphics

 View Only
  • 1.  Datalinq Key - Dynamic Increment

    Posted 09-04-2019 15:00

    Hi,

    I am wondering if anyone knows how or if this is possible. I have a 'topic bar' that I have created and I would like to link the topics to my Excel sheet, but I would also like to be able to change the Datalinq information fairly quickly. I envisioned something like this:

    Topic 1: linked directly to the Datalinq Key (using the %text% macro)

    Topic 2: linked to the Datalinq Key, but adding a "1"

    Topic 3: linked to the Datalinq Key, but adding a "2"

    The goal is to be able to change the top topic from a certain range (1-20) and each topic below the top one would be sequential. Any ideas?



  • 2.  RE: Datalinq Key - Dynamic Increment

    Posted 09-04-2019 21:20

    Solution (Thanks Rob Rowe)

    Datalinq key: text

    Topic 1: %text%

    Topic 2: <%text%+1>

    Topic 3: <%text%+2>


    #XPression