Graphics

 View Only
  • 1.  Visual Logic to Select Number of Rows

    Posted 03-10-2020 00:34

    We need to show/hide rows of data based on a datalinq value a lot. I have a visual logic solution but was just wondering if anyone has a better way. I know we can do scripting, but am just curious about the "best" vl solution since we have to do this so much.

    Our current vl (in this example, show 3 of 4 lines)



  • 2.  RE: Visual Logic to Select Number of Rows

    Posted 03-10-2020 00:37

    Why don’t you use input selector. Attach your datalinq to the top and then do your 4 outputs. Just set your selector to start at 1 instead of 0


    #XPression


  • 3.  RE: Visual Logic to Select Number of Rows

    Posted 03-10-2020 00:46

    Thanks for the response. I can't visualize what you mean or how that would work.

    In case I didn't explain it well: in this example we have 4 lines of text (or groups or whatever) and based on the datalinq (num_wps = 3) need to show the first 3 lines and hide the 4th.

     


    #XPression