Bug in configuring Sorting Column
Posted: Sun Apr 22, 2012 5:03 pm
There is a bug which does not support selecting a sorting column (5. Behavior, Interaction, Sorting Column) that has a period in it.
The reason this is important is that when you create a Data Source from other Data Source, and create Results in the new data source, by default the tool uses a period in the column names it creates. For instance when you add a Column Amount, select Aggregate Function of Avg, it creates a column named Amount.Avg.
Now you can't sort on that column if it appears in a data band. You can try to select it, but notice that when you hit the dropdown again that it is not selected.
Perhaps when configuring Results in the New Data Source tab, you should not use the period in the Name of the new columns. I think it would be better to use an underscore, createing names like Amount_Max, Dollars_Avg, Name_Count, etc.
The reason this is important is that when you create a Data Source from other Data Source, and create Results in the new data source, by default the tool uses a period in the column names it creates. For instance when you add a Column Amount, select Aggregate Function of Avg, it creates a column named Amount.Avg.
Now you can't sort on that column if it appears in a data band. You can try to select it, but notice that when you hit the dropdown again that it is not selected.
Perhaps when configuring Results in the New Data Source tab, you should not use the period in the Name of the new columns. I think it would be better to use an underscore, createing names like Amount_Max, Dollars_Avg, Name_Count, etc.