I have a financial report that shows:
Row: 1 Gross Retail Revenue ($ value)
Row 2: Retail Discounts ($ Value)
Row 3: % Retail Discount = Retail Discounts/ Gross Retail Revenue (% Value)
Row: 4 Gross Wholesale Revenue ($ value)
Row 5: Wholesale Discounts ($ Value)
Row 6: % Wholesale Discount = Wholesale Discounts/ Gross Wholesale Revenue (% Value)
While I was able to create a SQL transformation to get the calculations, the card requires a column to have only one data type ($ or %). I need this report to be formatted with these rows having different data types. Any help is greatly appreciated.
Thanks!