LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  Logic Flow Question

    Employee
    Posted 11-29-2018 15:28

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: LifHkr

    I have a composite node with 5 outputs. I take these outputs and then apply a filter for a specific company. I have to do this 32 times.

    In the current report my group has been duplicated 32 times. This gets very messy. I'm thinking there has to be a better way.

    Has anyone had a similar report process?


  • 2.  RE: Logic Flow Question

    Employee
    Posted 11-29-2018 20:04

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: stonysmith

    It's a little hard to comprehend your need here. Can you share some sample data?


  • 3.  RE: Logic Flow Question

    Employee
    Posted 12-04-2018 09:35

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: LifHkr

    I tried to include a picture but the forums has the picture size restraint set so small that it would not be useful. 19k max?

    I need to send a report to 32 different companies with only their data included in their version of the report.

    Today I create a filter for the data and send it to each individual vendor. This means I have 32 separate filter groups.


  • 4.  RE: Logic Flow Question

    Employee
    Posted 12-04-2018 10:01

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: gmullin

    Have you tried using a Do While node and cycling through each of the 32 companies? This way you don't need 32 different filters for each company.


  • 5.  RE: Logic Flow Question

    Employee
    Posted 12-04-2018 11:05

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: LifHkr

    I found a thread on the forum with a Do While Loop Example. I will give that a shot. Thanks