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.  Read Blank Output

    Employee
    Posted 08-28-2014 06:50

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

    Originally posted by: abhisek

    For join node without a single match, which gives output 0, how to catch it to report No data found in excel file.


  • 2.  RE: Read Blank Output

    Employee
    Posted 08-28-2014 07:18

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

    Originally posted by: Tim Meagher

    Can you clarify what you mean exactly?

    A join node is processing data from within the LAE.
    The Excel File node is used for acquiring data from an Excel File.
    The Output Excel node is used to write data to an Excel file.

    Why would this report that no data is found in an excel file (which Excel file, how should the join node now about excel files?)

    For the output of a join node, you can always put a Meta Check node at the end of it which can then take various action dependent on the number of rows....
    Is that what you are after (see the node help for the Meta Check node).

    Tim.


  • 3.  RE: Read Blank Output

    Employee
    Posted 09-01-2014 00:39

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

    Originally posted by: abhisek

    I wanted to print a message report the "no data found" in excel if there is no output.

    Thanks Tim, with Meta Check node this was possible.