Hello, I'm trying to make an annual benchmark for ...
# gd-beginners
m
Hello, I'm trying to make an annual benchmark for each year. I've been able to create a metric but it appears to be doing a calculation for all time versus which year it corresponds to. I'm new to MAQL, so probably a simple thing I'm missing. Any help on this would be much appreciated. Thank you!
j
Hi Mark, Try to remove the
ALL OTHER
from your MAQL because this keyword removes the year context, which is why you’re seeing a calculation for all time instead of individual years.
m
@Julius Kos ended up being an issue with us using our own custom date fields that are outside of what is baked in GoodDate. When I switched back to GoodData's from ours, it ended up working.