Click here to Skip to main content
15,908,675 members

Comments by Varun Sood (Top 9 by date)

Varun Sood 8-Jan-17 8:21am View    
Thanks for your suggestions. I will give this a thought!
Varun Sood 8-Jan-17 8:14am View    
AND ISDATE(Feedback) = 1 did the trick. How could I be so dumb. Probably working for long continuously spoils your mind :)

You are a life-saver. Thanks a ton!
Varun Sood 8-Jan-17 7:54am View    
I have already done just exactly what you said. I've updated the original question. Kindly see the update at the bottom of the question where I have included the full query as-is.
Varun Sood 8-Jan-17 4:39am View    
Yes you got that right. The column has data of other types. I have actually filtered the rows containing only date data using a WHERE clause. That is why I mentioned "a trimmed-down version" of my query. You are right when you say that I have defined a field defining the type of feedback.

I get the error only when I use WHERE (Age >= 25) AND (Age <= 34) in the query, which shows that the problem lies in this WHERE clause.
Varun Sood 8-Jan-17 4:07am View    
I got the same error:

Conversion failed when converting date and/or time from character string.

I also tried updating the data to yyyymmdd format and using the format 112, but, got the same error.