Hello
I do have a grid containing Items on different warehouses with 8 columns of calculated values. Means an itemId can occur multiple times.
Now I want to add a fasttab on my form where I have a summarization of the grid above by Item
example:
Grid 1:
| Item A |
Warehouse 1 |
2 |
5 |
6 |
3 |
| Item A |
Warehouse 2 |
3 |
6 |
1 |
7 |
| Item B |
Warehouse 1 |
1 |
4 |
8 |
5 |
| Item B |
Warehouse 3 |
3 |
2 |
4 |
1 |
Grid 2:
| Item A |
5 |
11 |
7 |
10 |
| Item B |
4 |
6 |
12 |
6 |
How can I get this done?
*This post is locked for comments
I have the same question (0)