Hello Team , Pls check below formate and Q's and let me know the solution ASAP
1) I want to order the data in a period column from Jan to Dec , it's calculated filed based on Date column from the data set. When I sort it's going by alphabatic order instead of 1, 2,
2 ) How to hide a row in pivot.
Sample Example :
| | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | | |
| | Period | 19-Aug | 19-Jul | 19-Jun | | | I want to order this data, it's calculated filed based on Date column from the data set. When I sort it's going by alphabatic order instead of 1, 2, 3 | |
| | Company | Amount | Amount | Amount | Amount Total | | I want to hid this row in pivot | | | | | | | | | | | | |
| | ABC | 1234 | 1242 | 356 | 55454 | | | | | | | | | | | | | | | | |
| | DFD | 12121 | 78754 | 231 | 454 | | | | | | | | | | | | | | | | |
| | ERE | 2434 | 453 | 3434 | 45454 | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | | |
Thanks
JK