I have been working on the app which takes input parameters , based on Name ,Start time and End time
Mashup works fine , but after the app is created input parameters for starttime and endtime does not work , could you please help me in figuring out the reason behind this ?
I always get the report based on the default values …
Are you hitting the "<enter>" key after entering the values or clicking or the Apply button? Can you please try clicking the Apply button and check if you see the same behavior ?
Is it possible for you to post the App's xml spec here ? To get the spec, open the App's page by clicking on the App from the Browse page. Click on "Edit Source" link below the App in the App page. The App Editor should open in a new window/tab with the XML spec of this App.
I am able to reproduce the issue. There is a workaround though - once the date is selected using the Calendar control, if you manually edit any part of the date field, it works. We are working on a fix.
I have been working on the app which takes input parameters , based on Name ,Start time and End time