Hi team,
How to get month from $([vars/From_Date])) in reports while filtering query.
I tried Month($([vars/From_Date])) ,but getting error while using this function.
Solved! Go to Solution.
Hi ,
Value coming from vars/From_Date is of date type or Datetime?
If it's datetime, Please try below syntax
Month(ToDate(vars/From_Date))
Do let me know if this works.
Thanks,
Kapil
Views
Replies
Total Likes
Hi ,
Value coming from vars/From_Date is of date type or Datetime?
If it's datetime, Please try below syntax
Month(ToDate(vars/From_Date))
Do let me know if this works.
Thanks,
Kapil