Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to list two numbers. A. The amount of sales for SaleDate 2015 and B. The amount of credits with CreditDate in 2015. I thought this would do it: Sum( {1<CreditDate_RetailPeriod={SaleDate_RetailPeriod}>} CreditDet_NetSalesAmt), but that returns zero. The idea is that I have a KPI which shows total sales and which the user may filter by SaleDate_RetailPeriod, but at the same time, I want to show total credits for the same retail period chosen by the user, but apply it to CreditDate instead of SaleDate and NOT show credits ONLY in the SaleDate period. If I used two filters for the dates, that implies an AND, and I'm really looking for an OR on the two selections.