Hi Suhas,
I think he required Week number of a Quarter(Ficscal or Calender)
Hi Ramana
Try this by creating a calculated column
SELECT ROUND(TO_NUMBER(TO_CHAR(Ficscal or Calender,'ddd'))/7)
Hi Suhas,
I think he required Week number of a Quarter(Ficscal or Calender)
Hi Ramana
Try this by creating a calculated column
SELECT ROUND(TO_NUMBER(TO_CHAR(Ficscal or Calender,'ddd'))/7)