clintthorn
Registered User.
- Local time
- Today, 05:28
- Joined
- Jul 2, 2008
- Messages
- 16
I am tying to generate a query that provides revenue estimates for each log line. I am using two tables: the main data table and another for lookup values.
I want to generate a revenue field that is based off the installs in the main data table. However, this is dependent on two other fields--Country and Month.
The other table's fields consist of Country, Month, and Activation.
I want to multiple the installs from the main data table by the activation rate which has both the same country and month in the activation table.
Any help would be great!
I want to generate a revenue field that is based off the installs in the main data table. However, this is dependent on two other fields--Country and Month.
The other table's fields consist of Country, Month, and Activation.
I want to multiple the installs from the main data table by the activation rate which has both the same country and month in the activation table.
Any help would be great!