You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting this. It is definitely a bug. I have developed a fix - which will be released soon. I will confirm here after the fix is released.
Hi, I would like to arrange the column according to the month.
Like, Jan Sales Qty, Feb Sales Qty, Mar Sales Qty, Apr Sales Qty......
And my coding is line by month, as below,
pt$defineCalculation(calculationName="Jan Sales Qty", summariseExpression="sum(X1Qty)") pt$defineCalculation(calculationName="Feb Sales Qty", summariseExpression="sum(X2Qty)") pt$defineCalculation(calculationName="Mar Sales Qty", summariseExpression="sum(X3Qty)") pt$defineCalculation(calculationName="Apr Sales Qty", summariseExpression="sum(X4Qty)") pt$defineCalculation(calculationName="May Sales Qty", summariseExpression="sum(X5Qty)") pt$defineCalculation(calculationName="Jun Sales Qty", summariseExpression="sum(X6Qty)") pt$defineCalculation(calculationName="Jul Sales Qty", summariseExpression="sum(X7Qty)") pt$defineCalculation(calculationName="Aug Sales Qty", summariseExpression="sum(X8Qty)") pt$defineCalculation(calculationName="Sep Sales Qty", summariseExpression="sum(X9Qty)") pt$defineCalculation(calculationName="Oct Sales Qty", summariseExpression="sum(X10Qty)") pt$defineCalculation(calculationName="Nov Sales Qty", summariseExpression="sum(X10Qty)") pt$defineCalculation(calculationName="Dec Sales Qty", summariseExpression="sum(X10Qty)")
But the output as below,
The text was updated successfully, but these errors were encountered: