Hi
In my sample xaction.I have used relational query to get list of years with particular filter(like specific id).I ll get 6 to 7 years like
I need to display this years in my msg template as
2011 2012 2013
I can do this using java-script and display my param in msg template as {year}
But my issue is i need a link for each year which should call an prpt with that parameter..
I have attached my dashboard..On clicking on particular id i need to display pop with some details .in that i need to display year with dill on that..
Can anyone help me on this.
In my sample xaction.I have used relational query to get list of years with particular filter(like specific id).I ll get 6 to 7 years like
2011 |
2012 |
2013 |
I need to display this years in my msg template as
2011 2012 2013
I can do this using java-script and display my param in msg template as {year}
But my issue is i need a link for each year which should call an prpt with that parameter..
I have attached my dashboard..On clicking on particular id i need to display pop with some details .in that i need to display year with dill on that..
Can anyone help me on this.