Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am having trouble selecting dates from a field that are from within the past year. I want to select all dates from my "myDate" field that are within the past year with the click of a button. I am able to accomplish similar functionality for a field with integer values. I've attached an example of my problem.
Any help will be greatly appreciated.
Thanks,
Ryan
Hi Ryan,
You don't need an input box. Attached with answer. Please look at the trigger expression in the button.
Thanks
AJ
Hi Ryan,
You don't need an input box. Attached with answer. Please look at the trigger expression in the button.
Thanks
AJ
Please check enclosed file which will help you to select between two dates...
UPDATE : for your application, you can use as below...
='>='&Timestamp('$(vRollingMonth)')
For MaxDate until today...
='>='&Timestamp('$(vRollingMonth)')&'<='&Timestamp(Today())
Thanks, works like a charm.
Many thanks -- works like a charm.