Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi all,
I have 2 calender object "From" and "To"
after i clear the screen "From" should show min Date
and "To" should show max Date
can any one help me out
Please refer sample application file attached herewith.
Regards!
Rahul Pawar
Are they attached to variables or fields?
variables
And how do you calculate max and min dates?
max(date) and min of date
So you´re using fields, not variables, right?
Hello Vignesh,
Hope that you are doing well!
As a workaround you can follow below approach:
1. Add Two Two Variables (vFrom & vTo) and Calendar Objects (From & To)
2. Associate vFrom & vTo with From & To Calendar Objects respectively
3. Add a button to perform Clear All
4. Add three different Actions under the button by following given order
2.1 Clear All
2.2 Set Variable (Variable: vFrom & Value: =Min(Date))
2.3 Set Variable (Variable: vTo & Value: =Max(Date))
Hope this will help.
Regards!
Rahul Pawar
ya
Can u provide a sample qvw plz
Please refer sample application file attached herewith.
Regards!
Rahul Pawar