'how to reduce rows to 1 row by concatenate in Azure Log Analytics
- string row1
- string row2
Is it possible to reduce rows to 1 row? Rows should be joined with a comma. As a result I expect
- string row1, string row2
Solution 1:[1]
thanks for the tips. in your links I found: | summarize result = strcat_array(make_list(name_s), ",")
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Waldemar |
