Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

current selection issue

Hello experts,

I have a current selection and year list box. If i select year from list box, here i am not able to see year value. It is displaying some other value.

Pls see the screen shot and help me on this issue.

Regards,

Kumar

13 Replies
krishna_2644
Specialist III
Specialist III

SEND THE SCREENSHOT OF lIST BOX PROPS? IS THERE ANY EXPRESSION FOR IT?

Clever_Anjos
Employee
Employee

What´s the expression into that ListBox? Is it something like =Year(DateField)?

Anonymous
Not applicable
Author

Hi Kumar,

by any chance did you Set HidePrefix in script?

Regards

Neetha

Anonymous
Not applicable
Author

In script I had loaded

if(year([Load Date])>=2014,[Time Full Date]) as listbox

after that i had created one list box as expression year(listbox)



Anonymous
Not applicable
Author

Hi Neetha,

no.

Clever_Anjos
Employee
Employee

Create a field like that

if(year([Load Date])>=2014,year([Time Full Date])) as listboxYear

after that i had created one list box as expression "listboxYear"

Anonymous
Not applicable
Author

no use clever.

if(year([Load Date])>=2014,year([Time Full Date])) as listboxYear

Anonymous
Not applicable
Author

If i select two years it is displaying in current selection as sum of two years days instead of showing 2014 and 2015

Can anyone help me how to over come this issue.

Anonymous
Not applicable
Author

Hello experts,

any guidance on this issue.