Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All , I have a issue in sorting week field in chart level like line and bar.
For example i have chart with 12 rolling weeks, if i dont select my sorting is working file because all the weeks are in 2019 so no issue in sorting but if select 8 week of 2019 , it has to show from 2018 50 week to 8th week of 2019 then sorting is not working if i create unique number also.
Can anyone try and tell me the solution for this to solve on my sample data
Dim: Week
Expression: Sum(Sales)
Chart : Bar or Line
Thank you in advance.
Hi, Can you share sample app which shows your issue.
Regards,
Kaushik Solanki
Not working Vegar
I had a typo "sorting" should be "Sorting" (typing on my mobile). See attached application.
Sum( {<
Year,
Week,
[Week Sorting]={">=$(=MAX([Week Sorting])-12)< $(=MAX([Week Sorting]))"}
>}
Sales)
Hi Tresesco,
Thanks for the response, file is attached