Forum Discussion
smpa01
Community Champion
3 years agoHow to create an empty table from a list where list items become the table columns
The title might be confusing.
I have a list as follows
let
Source = {"c1","c2","c3"}
in
Source
I want to end up with an empty table as this is where the column name...
- 3 years ago
let Source = {"c1","c2","c3"}, EmptyTable = #table(Source,{}) in EmptyTable
CNENFRNL
Community Champion
3 years agolet
Source = {"c1","c2","c3"},
EmptyTable = #table(Source,{})
in
EmptyTable
Anonymous
3 years agoNot applicable
Flattered to be included with such illustrious company.
--Nate