Forum Discussion
gvg
9 years agoPost Prodigy
What is contiguous selection?
Some functions only work with "contiguous selections". What are they exactly? For example, Function 'SAMEPERIODLASTYEAR' expects a contiguous selection when the date column is not unique, has ga...
- Anonymous9 years ago
Right, but it's not a big deal :) You need to create a separate date table, then relate your current table, to the date table.
Probably the easiest way is to use New Table in the Modeling ribbon, and type "Dates = CALENDARAUTO()"
Anonymous
9 years agoNot applicable
Right, but it's not a big deal :) You need to create a separate date table, then relate your current table, to the date table.
Probably the easiest way is to use New Table in the Modeling ribbon, and type "Dates = CALENDARAUTO()"
gvg
9 years agoPost Prodigy
OK, now I understand, why they talk in many threads about having a separate date table! Thanks!