Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear friends,
In on of the SQL query the year,Quarter and Month fields are generated as string with to_char function.
And in another SQL query same fields are taken as is.
we are unable to join both data and in year field we have 2 rows for same year one in string format and another in year format.
we have tried using date#() to convert year (in string) but it is not working.
please help me with suitable functions to change year, month and quarter either in SQL or Qlik Sense.
Thanks a lot in advance.