I have two Tables
Table 1
ColA ColB
A B
B C
A B
Table 2
ColA ColB Date
A B 1/1/2011
A B 1/3/2017
I have the Col A and ColB as two different filters from Table 1. I am trying to take the filter selected values from there and Identify the Minimum date for that combination in Table2.
Because of my data model, I am not able to use the ColA ColB from Table2 as filters on my front end.
Expected output when A and B are selected will be 1/1/2011.