How can I programatically change the group condition of a CrossTab report that is a date field located in the column list of the CrossTab assistant.
For example from "monthly" to "weekly".
It seems that in a CrossTab, could not be used the usual way of changing a group condition:
Report.Areas.Item("GH1").GroupCondition = crGCMonthly
Does anyone know how to do it
For example from "monthly" to "weekly".
It seems that in a CrossTab, could not be used the usual way of changing a group condition:
Report.Areas.Item("GH1").GroupCondition = crGCMonthly
Does anyone know how to do it