Runawaygeek
Registered User.
- Local time
- Today, 16:57
- Joined
- Mar 28, 2016
- Messages
- 77
Hi Guys,
How would i go about the following Statement as a Query.
IF tbl1.ID = tbl2.ID AND tbl.1.Customer=tbl2.Customer THEN "y" ELSE "NO"
END
I tried the following in Expression Builder
iff(tbl1.ID=tbl2.ID,"y","n") just to see if it would flag the rows from table 1 as being present in table 2, but it duplicated everything and returned 600K rows.
Table 1 is 70 rows and table 2 is 95K. This would be a very simple Vlookup in excel??
Thanks,
How would i go about the following Statement as a Query.
IF tbl1.ID = tbl2.ID AND tbl.1.Customer=tbl2.Customer THEN "y" ELSE "NO"
END
I tried the following in Expression Builder
iff(tbl1.ID=tbl2.ID,"y","n") just to see if it would flag the rows from table 1 as being present in table 2, but it duplicated everything and returned 600K rows.
Table 1 is 70 rows and table 2 is 95K. This would be a very simple Vlookup in excel??
Thanks,
Last edited: