Forum Discussion
insert two rows in matrix table
Hi,
Actually i have matrix table here i need to add two rows at start position but there two rows are not avaible in the table
example
| fc | act | diff | |
| volume | 100 | 50 | 50 |
| per eq vol | 200 | 100 | 100 |
| a | 200 | 100 | 100 |
| b | 300 | 200 | 100 |
here a,b rows coming from tables but above two i need to show how can i achieve it.
5 Replies
- jaideepnemaSolution Sage
Hi Anonymous ,
are the above two Measures or columns ?- AnonymousNot applicable
measures
- jaideepnemaSolution Sage
Anonymous ,
Not sure but have you tried using the following custom visual ?
- FsciencetechHelper III
- AnonymousNot applicable
Hi Anonymous ,
Could you please provide the original data in the table? Also, are columns fc, act, diff, a and b the fact fields in the table? Or are some of them measures? If they are measures, please provide the corresponding formula. Also, please provide the calculating logic of volume and per eq vol, thanks.
Here are some threads that have similar requirement to yours, you can refer to them to implement your requirement.
Row level calculation for making P&L account from Trial Balance
Display original values and their difference in the same table
Best Regards