0

NP Union

I am using a Union to bring through two fields for width and thickness from 2 tables, the name of the field is different, but the data is the same, the union and rows brings the correct info through

NL("Rows=7",NP("Union",NL("FILTER","Report X Detail",{"Width","Thickness"},"Create Date",$B$7),NL("FILTER","pack",{"Target Width","Target Thickness"},"Create Date",$B$7)))

But, I cannot use an NF(,Width) or NF(,Target Width) for both sets of receords, so at the moment I am using an excel SEARCH for the table ID instead to point the NF at the correct name.

Is it possible to use field number, or SQL CAST to name the fields the same so it is irrelevant which table the record came from?

3 comments

Please sign in to leave a comment.