Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
er_abhichandra
Contributor III
Contributor III

Values not being displayed in listbox

Hi,

I am creating an Year listbox, with expression IF(Year>2011,Year).

I am facing a problem that the Year 2014 is not being shown in the listbox, and there is a blank area in the list box which is selectable and selects the value 2014, but the value is not visible though.

The value exists and is shown as selected in the current selections box. Is this a bug in QlikView?

Screenshot attached.

Thanks,

Abhinava

3 Replies
Not applicable

Check the attached one,It is showing correct

nizamsha
Specialist II
Specialist II

post ur sample data so i can change that one and revert it back

alexandros17
Partner - Champion III
Partner - Champion III

Very strange, here there are some ideas:

1) try to resize the box with years

2) Are years numbers or strings? Try to IF(Year>2011,trim(Year)).

3) to verify that year exists (in the box) write: IF(Year>2011,trim(Year), '9999').

Hope it helps