Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Everyone,
I need to display the bar chart order on the following basis
Apr-11
Apr-12
May-11
May-12
Where All these are values of field Monthname.
Also,thses values are coming after selecting Month & Year
(in above case,May-12)
How can I sort the Bar Chart?
Thanks.
In Sort Tab check the Expression and add the Month(FieldName) in ascending order.
Hi,
If you are arriving the Month field from a date field using MonthName() then use the below script
Dual(""Place you month script here", MonthEnd(DateField)) AS MonthName
Hope this helps you.
Regards,
Jagan.
Hi sreenivas,
Its not working,when I select Year & Month
In expression add the Monthfieldname which you use to select in the Listbox.
Hi Jagan,
I tried but its not working.What do you mean by this ?
Dual(""Place you month script here", MonthEnd(DateField)) AS MonthName
Hi sreenivas,
I have added the fieldnames in expression,but still its not coming
Check This Attached file.
Hi sreenivas,
I checked qvw file.Here bars are coming in following fashion:
Apr-11
May-11
Apr-12
May-12
and what I wanted is
Apr-11
Apr-12
May-11
May-12
Thanks.
In the attached file it shows the following month Order only same is shown in the qvw also.