Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Anybody knows where the problem is with my calcul?
=Concat( KeepChar( GetFieldSelections(YEAR),('0123456789')),',')
Thanks,
Ok I add ',' in '0123456789' and it worked , thanks
There is no syntax problem with this make sure that you have field in the name of YEAR?
I have it but does not show any thing in text box
I mean it does not work
and it does not put the ',' between the years !
Did you checked by selecting the year?because you used GetFieldSelections works only if the fieldvalues gets selected
yes I did and still no ',' .....
Hi,
Can i know, what you're requirement..GetFieldSelections(Year) itself give comma separated. like 2007,2008
Keepchar() remove comma in your value->20072008 as single value..Then why using give concat(expression,',')
so no response in it..
Because If I select 2011 and less, it shows >2011 which I don't want to see like it...
What you are trying to do?
Ok I add ',' in '0123456789' and it worked , thanks
Do you have value in the list box like <2011,>2011like that?