Hi,
Can you also add some info on the usage of "As Column"? I am trying to pass a column name as a variable to the Split Table function, and I think the "As Column" function will help me do this. What I am trying looks something like this:
columnname = "data1"; // assume there are multiple columns of data like this, data2, data3, etc.
Current Data Table () << Split ( Split By (:DAY) ), Split (columnname) .... );
I think I need something like an As Column (columnname); statement in there...
Suggestions?
Thanks,
Charles