Answer the question
In order to leave comments, you need to log in
Months are displayed in alphabetical order, what should I do?
My report is generated with a query that looks like this: SELECT count(INDENTURE.ID_INDENTURE) as kolvo, TYPE_PROPERTY.TYPE_PROPERTY as type,
TO_CHAR(TRUNC(INDENTURE.DATA_IN,'MM'), 'FMMonth') as datas from TYPE_PROPERTY INNER JOIN (INDENTURE INNER JOIN PROPERTY ON INDENTURE.ID_PROPERTY = PROPERTY.ID_PROPERTY) ON TYPE_PROPERTY.ID_TYPE_PROPERTY = PROPERTY.ID_TYPE
WHERE INDENTURE.DATA_IN BETWEEN :P22_START AND :P22_FINISH
HAVING COUNT(INDENTURE.ID_INDENTURE) >= 1
GROUP
.
(month from TRUNC(INDENTURE.DATA_IN,'MM')),
TO_CHAR(TRUNC(INDENTURE.DATA_IN,'MM'), 'FMMonth')
order by EXTRACT(month from TRUNC(INDENTURE.DATA_IN,'MM')) ;
seriesname:
value: kolvo
This is how scary everything is displayed:
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question