Forum Discussion
sarcher_FPCG
5 years agoRegular Visitor
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 ...
- 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
sarcher_FPCG
5 years agoRegular Visitor
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