Shima is making a table showing financial data aggregated by month. The list of aggregations for one of the table columns only has count, count distinct, first and last options. What is the cause of this?

  • There is a GROUPBY function used in that column
  • Group action is applied to the column in question
  • The format type of the column is text
  • None of the above