hi, i'am using query list function to query a list in sharepoint. for the filler purpose when i am using current date from instant ref. the query fails.
my requirement of to compare month[ eg. 01,02...11,12] stored in a list column with current month, which i can get using sub string function on current date.
something like this, is my condition.
month created [eg. 01,02...09]
is equal to
0fn-substring(currentdate,0,1)
so, when month created=04 and current month is april
hence 04=04 should be true, but when i run query it doesnt show any results.
can any one help using query list filter?