Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: the1donCan I please get assistance on how to have Lavastorm
1) read 2 inputs (query1 and BRD)
2) compare the 2 inputs for differences
3) if the number of differences is 10 or more, or if today is Friday continue processing otherwise stop and do nothing.
The goal is to only continue processing if the number of differences is 10 or more or if today is Friday
The way I am trying to do it is below but I can't get the whole logic
Thank you
Don
1) I have 2 inputs (in my case 1)db query and 2) a brd).
2) I use an xref node and on the left and right pins emit "0" as match - the 0 indicates 0 matches
3) I CAT the left pin (which are 6 rows of 0) and the right pin (which is 6 rows of 0)
4) I Ag the output of the CAT node to get the total number of differences (ex rows = count()) grouping by match
5) I Filter the data
6) This is where I stuck.
Any suggestions on how I am doing this or how I would use a filter node to tell the process to continue or stop would be appreciated.
Thank you
Don