How I can create a new formule to show in a table many values of many datasets? For example, this image below… How formule is a better? Can show me one example base in this image?
thanks…
I know create, using one field…but more fields I don’t know…
SELECT(data.TableUser, IS_IN_ARRAY_BY_KEY(data.TableResume, ‘IdUser’, item.id)
or using map…
MAP(SELECT(data.TableUser, IS_IN_ARRAY_BY_KEY(data.TableResume, ‘IdUser’, item.id)) , { Name: LOOKUP(item, “Name”)})
But both return just one table… a need find in others tables…