Hi,
i had a simple collection like
ClearCollect(
colLetters;
["A";"B";"C";"D";"E";"F";"G";"H";"I";"J";"K";"L";"M";"N";"O";"P";"Q";"R";"S";"T";"U";"V";"W";"X";"Y";"Z"]
)
Now I want to show only the letters with which the name begins in the Excelsheet with colomn "Display Name"
As example the excelsheet look like:
Display Name | UserID | Street |
Max Mustermann | 1 | Street 1 |
Anna Müller | 2 | Street 2 |
Karla Kolumna | 3 | Street 3 |
Zoe Peters | 4 | Street 4 |
Peter Parker | 5 | Street 5 |
Now the gallery with the item: colLetters should only show the Letters: A K M P Z
How does it work?
Solved! Go to Solution.
I did not get the impression that it was not static. I have done a test with a combobox6 which works fine:
Create a collection OnVisible or OnSelect of a Button:
With your help I get another solution.
In Item of the gallery:
SortByColumns(Distinct(colBenutzerliste.NewColumn;NewColumn);"Result";Ascending)
What is your opinion?
Create a collection OnVisible or OnSelect of a Button:
I did not get the impression that it was not static. I have done a test with a combobox6 which works fine:
Create a collection OnVisible or OnSelect of a Button:
With your help I get another solution.
In Item of the gallery:
SortByColumns(Distinct(colBenutzerliste.NewColumn;NewColumn);"Result";Ascending)
What is your opinion?
That is Fine.
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
User | Count |
---|---|
119 | |
86 | |
84 | |
74 | |
69 |
User | Count |
---|---|
215 | |
179 | |
141 | |
109 | |
83 |