Hello -
My general goal here is to create a 'downstream', or drill-down report, that is, where a user can drill-down through reports, to get to sub-details. For example, assume one database, with tables linked four layers deep:
Customer table
- Merchant table (inc. CustomerID Foreign Index)
- Device Table (inc. MerchantID Foreign Index)
- Transaction Table (inc. DeviceID Foreign Index)
Customers log into the website, as a user under a single Customer
I have already successfully created a Merchant report, lists all the merchants associated with the given Customer. However, that is as far as I have been able to go - my goal is for the user to then be able to click on one of the Merchants, and get a display of Devices for that Merchant.
First, is this even possible in CCv5 (I can generate the SQL code no problem), and if so, can you point me to the critical configurations to make this happen?
Thank you ahead of time for any help you can provide.
~ Cliff
My general goal here is to create a 'downstream', or drill-down report, that is, where a user can drill-down through reports, to get to sub-details. For example, assume one database, with tables linked four layers deep:
Customer table
- Merchant table (inc. CustomerID Foreign Index)
- Device Table (inc. MerchantID Foreign Index)
- Transaction Table (inc. DeviceID Foreign Index)
Customers log into the website, as a user under a single Customer
I have already successfully created a Merchant report, lists all the merchants associated with the given Customer. However, that is as far as I have been able to go - my goal is for the user to then be able to click on one of the Merchants, and get a display of Devices for that Merchant.
First, is this even possible in CCv5 (I can generate the SQL code no problem), and if so, can you point me to the critical configurations to make this happen?
Thank you ahead of time for any help you can provide.
~ Cliff