I have an UDF created on a SQL server which I want to use in a universe measure object.
But here this UDF is built by table columns and varibales like startdate and enddate.
when i insert in report its defaultly calling startdate and enddate where user can enter date range.
here is it possible can i call date objects in UDF? thats fine.but when i want to display
previous month or fiscal year report. how do can i achieve?
do i need to create previous month or fiscal years conditions using calender table columns fields?