Navigation to mashup based on input
Hi,
Is it possible to navigate to multiple mashup using single navigation button?
In a service I am returning a output integer 1 to 19 and based on that I want to navigate to different mashups dynamically using 1 navigation widget.
eg: if (ip == 1)
{
result = 'Home_Mashup' //Navigate to Home_Mashup
}
else
{
result = 'Screen1' // Navigate to Screen1
}
Please provide some idea.
Thanks,
Shalini V.

