randhir Posted September 17, 2012 Posted September 17, 2012 hi, i have one date filter field which stores current date ,i have made 31 date field which contains the auto enter calculation field which is "11" & "/" & Month ( Date_Filter ) & "/" & Year ( Date_Filter ) but the result of date is not calculating properly it shows question marks. I have attached the screen short
comment Posted September 17, 2012 Posted September 17, 2012 Try using the Date() function to return a date, e.g. = Date ( Month ( Date_Filter ) ; 11 ; Year ( Date_Filter ) ) Instead of 31 fields, consider one repeating calculation field = Let ( [ d = Extend ( Date_Filter ) ; ] ; d - Day ( d ) + Get ( CalculationRepetitionNumber ) ) 1
Recommended Posts
This topic is 4507 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now