I need help generating an Excel report in AppSheet that displays all the Electricity meters related to a specific Transformer. Here’s the scenario:
The Service table has a column called Electricity meter, which lists the electricity meters associated with that service.
The Transfo
rmer table has a column called Service, which links to the services associated with the transformer.
What I want is an Excel report that, when I generate it for a specific Transformer, will list all the Electricity meters from the Service table that are linked to the Related Services for that transformer.
How can I create a report in AppSheet that pulls all the related Electricity meters from the Service table and displays them in the Transformer report?
Transformer have many Service and the Service have many Electricity
Service
Service_ID |
Service no. |
Transformer |
… |
… |
|---|---|---|---|---|
<<Start: [Related Services]>><<[Service_ID]>> |
<<[Service no.]>> |
<<[Transformer]>> |
<<[…]>> |
<<[…]>><> |
Electricity meter
ElcM_ID |
Electricity No. |
Service | … |
… |
|---|---|---|---|---|
<<Start: [Related Electricity meters]>><<[ElcM_ID]>> |
<<[Electricity No.]>> |
<<[Service]>> |
<<[…]>> |
<<[…]>><> |
what I need something like this :
Electricity meter According to Transformer
Transformer |
Service No. |
Electricity No. |
… |
|---|---|---|---|
Tr1 |
service 1 |
Elc-1 |
… |
Tr1 |
service 1 |
Elc-2 |
… |
Tr1 |
service 2 |
Elc-3 |
… |
Tr1 |
service 2 |
Elc-4 |
… |
Tr1 |
service 3 |
Elc-5 |
… |
Tr1 |
… |
… |
… |
I hope the matter is clear
