CREATEDATETIME Filter Problem

ricky76
Member Posts: 204
Hi, i was wondering if anyone could help me. I want to be able to give the user the choice of what year to enter in order to give them a summary of that particular year. From the integer they enter into the text box i want to create a datetime and then filter the report on this. Trouble is the field i want to filter on is a date field. I thought i would just create a datetime field on the date field but this has not worked. This is what i have tried but it hasn't worked. Can anyone help me??
SETRANGE(CREATEDATETIME("Posting Date",0T),CREATEDATETIME(DMY2DATE(1,4,IntYear),0T),CREATEDATETIME(DMY2DATE(1,4,IntYearPlus1),0T));
SETRANGE(CREATEDATETIME("Posting Date",0T),CREATEDATETIME(DMY2DATE(1,4,IntYear),0T),CREATEDATETIME(DMY2DATE(1,4,IntYearPlus1),0T));
0
Comments
-
To build a date you can use
DMYTODATE(1,1,YearVar)
This way you can filter on a datefield.0 -
So probably you should write something like:
SETRANGE("Posting Date",DMY2DATE(1,4,IntYear),DMY2DATE(1,4,IntYear + 1));
Regards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!0 -
This all makes sense and the report likes the code however it still brings in records outside the range. Any ideas?0
-
Maybe the filter is being reset after you set it.
Have you used the debugger on this?0 -
Thanks i have it sorted. I was using an alias of the table in the code which i didn't need. Many thanks for your help.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions