There are two Confiform table T1 and T2. And each contains field suppose "Created".
I want to keep only those records by filtering in table T1 when value in the field in "Created" in Table T1 and Table T2 is not same.
Created is a reserved field name and should not be used for user defined fields, let's assume the field name is Date
So, assuming the forms configurations are as below (Date fields in both forms)
Where the filtering then can be something like this
_func.queryCount(T2:@self;Date:[entry._func.asEntryRef(entry.Date)]):0
Alex
It seems confusing, Table T2 is in different page. Also finally i wanted to remove records which are same ( or common) in T1 and T2
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This filter removes records that have a matching in the other form.
Exactly what you have asked in the question
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.