Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I need to get a text value using Only function. Only(FieldName).
It works except such cases when there are several identical values.
E.g. the only value is Value1. But in the data the string is repeated several times:
Value1
Value1
Value1
Then the Function Only(FieldName) doesn't work.
I tried Only(distinct FieldName). It doesn't give the needed result.
Could you please help?
Thank you in advance,
Larisa
This should help
This should help