Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have Date field which contains the values like 2013-Nov-44, 2013-Nov-45, 2013-Nov-46 and so on. Here 44,45 and 46 are the weeknumber.
Can someone please help me out to sort this.
Try shorting it by expression and give date field there
Hi,
Can i have the expression used to create the Above field.?
reply Soon.
Regards,
Ravikant
Hey,
Can you upload a sample qvw..
Thanks..
give me the sample i may try
Sorry can't attach the qvw
Hi,
Try Y-Value Assending.
No I didn't work out when I sorted it by Y-Value Ascending.
By the way it was working when I sorted it by expression in Ascending order.
left(DateField,4)&''&right(DateField,2).
Post some sample data and expression you are using, if not the QVW.
thats good try,
but try only right(DateField,2), it will take right two values, as 44, 45, 46, and also try using num like Num(right(DateField,2)), it might help.