Our database looks like this: We have separate columns for TransactionType, new_policy and renewal_policy.
So when we build the card, the New policy and Renewal Policy won't come under the Transaction type, which we want to visualize like this:
Question, How can I add/merge "new_policy_count" and "renewal_policy_count" columns under Transaction Type?
Thank you.