0

Join data dumps from two companies

I have successfully joined two summary lists together via NL Filter and NP Union like this:

D5=NL("Filter","G/L Account","No.","No.","10000..39999","Company=","CompanyA")
D6=NL("Filter","G/L Account","No.","No.","10000..39999","Company=","CompanyB")
D7=NL("Rows",NP("Union",D5,D6))

Is it possible to do the same type of thing with a data dump (would be the same formula as above withouth defining a field to return)? When I attempt this by exlcuding "No." in the field column (below) I get #VALUE!

D5=NL("filter","G/L Account",,"No.","10000..39999","Company=","CompanyA")
D6=NL("filter","G/L Account",,"No.","10000..39999","Company=","CompanyB")
D7=NL("Rows",NP("Union",D5,D6))

I could see how it might not be possible because you are technically joining two data sets, not just a column.

Much appreciated!

4 comments

Please sign in to leave a comment.