Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
I have a table it can display monthly GP% amount.
YearMonth year 2019 2020
19 Jan 22% -
19 Feb 30% -
19 Mar 23% -
19 Apr 29% -
19 May 28% -
19 Jun 40% -
19 Jul 31% -
19 Aug 29% -
19 Sep 33% -
19 Oct 27% -
19 Nov 29% -
19 Dec 41% -
20 Jan - 28%
20 Feb - 29%
when i plot the chart , it can only display Jan and Feb ?
Paul Yeo
Hi Sir
I have replace with below , it work fine :-
(
sum(sales)
-
sum(cost)
)
/
sum(sales)
Paul
Hi All
Enclosed my QVW
Hi Paul ,
Could you please share some sample data with expected output.
I am not able to open your qvw file
Thanks
The expression quite wrong to me in this section
year = {">=$(=max(year),4)"}
Hi Sir
I have replace with below , it work fine :-
(
sum(sales)
-
sum(cost)
)
/
sum(sales)
Paul