cancel
Showing results for 
Search instead for 
Did you mean: 

Check records, comparison

marek_moravcik
Explorer
0 Kudos

Ok I write it a simpler (easy).

I have t_contact.firstname from table t_contact. How is way for solution check string? I have second table list of official name t_name.name and when I write {t_contact.firstname} = {t_name.name} refresh is very very long time. OR it is possible add index to xlsx table for fastes refresh?

thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

marek_moravcik
Explorer
0 Kudos

I thought too join this 2 tables but refresh is very slow and write this condition:

IF {t.name_name}={t_contact.s_firstname} then "True" else "False"

Join is slowly because missing index table xlsx t_name