Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I want to achieve 52 week tred chart [ even though data is available only for selected weeks during year]. To achieve this I have used following
My dimension is : ='Week '&WkNbr -----where WkNbr has numeric values
My Expression is := Num
(
(
sum({1}RawMaterialActVolBudPriceAmtGBP)
-
sum({1}RawMaterialStdVolBudPriceAmtGBP)
)/1000
,'£#,##0K;(£#,##0K)'
)
And to get 52 weeks for missing values I have used Dummy Invisible expression =count({1}1)
Although I Got the desired result, I am facing problem with sorting the X axis. Please refer below image , it is starting from week 2 and getting week 1 at the end.
Tried all sorting options but not getting desired value. Any help is appreciated
Try this expression as Sorting Numberic Ascending? Try anyone of these
1) WKNbr
2) SubField('Week ' & WKNbr, ' ', -1)
Not working
Can you attach your app to test
unfortunately i cant, due to data loaded in App.
following is the part of data model, which will get values for matching WkNbr
Don't worry that and remove that and share scramble dataa with only one chart which you need..