Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Based on the Year/Quarter chars should display.
Can you help me?
=if(FiscalYear = '2014' and FiscalQuarter = 'Q1',1,0)
This what I have tried but not helpful.
going Layout and Conditional then =if(GetCurrentSelections(FiscalYear = '2014', FiscalQuarter = 'Q1'),0,1)
=if(FiscalYear = '2014' and FiscalQuarter = 'Q1',1,0)
Thanks Ron it worked !!![]()