Page 1 of 1

Grouping

Posted: 20 Jun 2014, 02:09
by NPHaus
You can group by text.language , I put:

{texts.Language_String3}

and leaves me [spa, spa, eng] or [eng, eng, spa, eng] etc, etc

and I would come out in both cases [Spa, Eng]

I want tell me the languages ​​but without repeating

thank you very much

Re: Grouping

Posted: 20 Jun 2014, 04:30
by rednoah
Just filter things as you see fit ;)

Code: Select all

{texts.LanguageString3.upperInitial().unique().sort()}