Devcenter
Dynamically Pick Two Columns to Use for ProcessingIt is frequently useful to dynamically normalize the columns in a dataset to standard names. For example, when allowing an end user to select what to plot on the X and Y axis of a scatter plot graph, you may want to normalize the selected columns to be called "User X Axis Selection" and "User Y Axis Selection." For a different analysis, you might want to normalize columns to "Group By", "Sub-Group By" and "Sum These Values." This example shows one of the most basic approaches to dynamically normalizing a fixed number of columns using the Attribute Editor module.
|