New to Klipfolio, so just trying to figure some things out. Can I set my column heading to a value in my result set? For example, my result set has rows showing a division, month, year, count. I want my column headings to read "Division" "Month YYYY", where Month and YYYY are in the actual result set. This is for a year over year comparison so I'll one column for current month/current year and another for same month/previous year (i.e. "December 2017" "December 2018"), but these values will change each month, so I want to build the column header from data in the result set.
Does that make sense?