I have a table and the key is not unique - in some instances, there are two or three records to one key with all the same fields except one.
I would like to quickly find out which field differs to enhance the key - I can generate the system_fields $Table and $Fields and then I would like to have a formula like >> GetpossibleCount($Field) << in the listbox, so that when I select one key, I get one or several field(s) where this says 2 - voila.
Only, it doesn't work so easily: When I write the formula >> GetpossibleCount($Field) << into the listbox >> $Field << and select the corresp, table in the listbox >> $Table <<, this does not change until I select exactly one field in the listbox - then the formula reacts and shows me the correct value.
Can I somehow make this work? It would be much faster than looking through a tablebox when there are a lot of fields ...