Association between calcultated value from one field
Can we say that there is an association between two calculated value from one field ? exemple :
field date = 1/1/1987
Year (date) =1987
Month(date) = 1
If we select 1 all the the year with having association with mesure in january will be selected ,so we can't choose a a specific date in two different list. this problem can appear when we retrieve date from a csv file where we haven't a structed time table.
Those derived fields are always associated with their parent fields.
If you want to select 2 different dates in the same month, Pls create one more field as DAY(date) then you can select 2 different days or in the same Field "Date" you can select 2 different date's.