Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello folks,
I have one list box in my report(see below). Usually if i select some values it will be highlighted in green and text will be in black color. But for this list box it is blue highlighted and yellow in color. Does this mean anything ? Why because, I added another listbox and loaded some other value but it was normal (green highlighted) when i select some values. Please help me understanding the color code.
Expression for this list box is :
=if(Year(Period)=2015 AND Month(Period)>=9,Period,
if(Year(Period)=2016 AND
Month(Period)>=1 AND Month(Period)<=8,Period))
TIA,
J
I think you field is locked, if you unlock it, you should see the normal colors back. Right Click on the object and then click Unlock
I think you field is locked, if you unlock it, you should see the normal colors back. Right Click on the object and then click Unlock
Thanks Sunny ! It worked !!
J