Quote:
Originally Posted by ownedbycats
Year Published is a comp column pulled from the pubdate column. I'll poke around with the template and see if I can figure it out how to set it hierarchy.
|
Try making it hierarchical with a template like
Code:
program:
x = format_date(field('pubdate'), 'yyyy');
strcat(floor(divide(x, 10)), '0.', x)