Forum Discussion

sarcher_FPCG's avatar
sarcher_FPCG
Regular Visitor
5 years ago
Solved

Creating a custom column measure based on type with additions

What I am looking for is have a measure  sum based on a category or type and then add additional column rows. For instance... Types are Puppies and Kittens summing the total for each month. Census ...
  • sarcher_FPCG's avatar
    5 years ago

    I accomplished this by writting a SQL query for the SQL database to give the results in column row format and using that query for the import.

    Stephen