Hi There,
My database has two tables
(1) Item Table - Lookup table of all Items i.e jeans, shirts, T-Shirts , etc.
it has fields as
- ID - integer - primary key
- Name - string
(2) Sales Table - contains sales data for each item.
it has fields as - ID - integer - Primary Key
- ItemID - integer - foreign key to Item.ID
*SalesAmt - numeric - year - numeric
- Month - numeric
I have created dimension as “Item Name” and measure as “Sales Amt”
How do I
(1) dynamically show measures in Explore as “Jeans Sales Amt” , “Tshirt Sales Amt” ?
(2) Allow my user to calculate between these values. such as
Sales Amt of Item Jeans
Plus
Sales Amt of Item Tshirt