Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi!
Is it possible to create a button that ADDS one field value to the selections the user has made?
For example I have a field called Year and the user has selected 2012, 2013 and 2014. I want to have a button that when pressed 2015 will be added to the selections without deleting already existing ones. And then vise versa deletes ONLY 2015 when pressed again.
Thanks for your help!
Regards,
Heidi
Hi,
Did you try with the attachment
Hi Heidi,
PFA Qvw and screenshot.
It works perfectly.
Hi Timanshu!
It works great with the year numbers! But when there is spaces in the string it doesn't. I know that I need to add "-marks to make the string like ("xxx"|"yyy yyy"|"zz zz z") But where in the action: =replace(replace(Replace('(' & if(index(vYearSel,'Market Pulp')>0,Replace(vYearSel,'Market Pulp',''),vYearSel &'|Market Pulp') & ')','(|','('),'|)',')'),'||','|') ?
I added your qvw with values that have spaces.