How can i display YOY Sales Data side by side in table card using beast mode. I am using this beast mode to display LY
Case when year(DATE_SUB(CURDATE(), interval 1 year)) = year(`Date`) then `Net Sales` end and date selected in table card is This Month