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

Default selection on clicking a button

Hi All,

     I have data for 2011 and 2012 and months from Jan to Dec..Also  I have a button named YTD(Year to date) if I click on this button  by defaullt The month field should have Jan to Aug data selected.How do I do the same in Trigger.. I know how to select a single value in a field but not sure about multiple values..

Thanks in advance..

1 Solution

Accepted Solutions
CELAMBARASAN
Partner - Champion
Partner - Champion

To select multiple values use search string like this

     (Jan|Feb|Ma*|A*|Ju*)

Celambarasan

View solution in original post

10 Replies
CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     Have you look in to the Select in Field in actions.

Celambarasan

Not applicable
Author

I have an idea about select in field.. I am not sure how to make multipole values selected at a time in a single field..

Not applicable
Author

I have an idea about select in field.. I am not sure how to make multipole values selected at a time in a single field..

CELAMBARASAN
Partner - Champion
Partner - Champion

To select multiple values use search string like this

     (Jan|Feb|Ma*|A*|Ju*)

Celambarasan

Not applicable
Author

Hi,

Thanks for Quick reply its working..

CELAMBARASAN
Partner - Champion
Partner - Champion

Hi lavanya0214,

     If it works please mark it as correct answer.

Celambarasan

Not applicable
Author

Please mark the correct answer! Thank you!

Not applicable
Author

Hi Celembarasan,

                  I have to [Work Item Class] field which has some values like MCTB,RTB,DCTB,TBD etc.. In a trigger  I would like to select it as

[Work Item Class] <> 'RTB' .. Any suggestions how do i do this??

Thanks in advance...

Not applicable
Author

Hi all,

     Do anyone have suggestions for this???

Thanks in advance..