Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi every one ,
I want achieve below results in set analysis. can any one help me?
Input:
DAY | SALES |
1 | 500 |
2 | 400 |
3 | 200 |
4 | 400 |
5 | 300 |
Output:
DAY | SALES |
1 | 500 |
2 | 400 |
3 | 40% (day 3/day1) |
4 | 400 |
5 | 75 %(day 5/day4) |
Hi, I believe that Above() function could help you, if you have that data already in a straight table object.
You can define an offset parameter, that will enable you to skip rows.
Hope it helps,
-RADO-
Hi
Cannot understand your output table for day3 and day5 rows.
But answer to title question is Above() function with offset parameter.
Read more: