Hi, I have to create new coloums in dataset output (achieved rate and record volume) based on speciality pharmacy, product and period in input dataset. ex:we have dataset called input(input.csv) from that we have to create 4 coloums in the dataset output. if distinct Milestone_period for each product and pharmacy we have to create 5 new rows in output dataset Approval Rate Days to Approval Fulfillment Rate Days to Ship Compliance for calculating achieved rate for each row these are the formulas: Days to Approval Sum of Days Achieved on records where Metric Field = AR = ................................................................... Count # of records where Metric Field = AR Approval Rate (%) Count # of records where Metric Field = AR = ......................................................................................................... Count # of records where Milestone Date = Referral Days to Fulfillment Sum of Days Achieved on records where Metric Field = FR =.................................................................................................... Count # of records where Metric Field = FR Fulfillment Rate (%) Count # of records where Metric Field = FR =........................................................ Count # of records where Milestone Date = Approval Compliance Sum of Days of Therapy on records where Metric Field = COMP =........................................................... Sum of Days Achieved on records where Metric Field = COMP Record count we based on speciality pharmacy,product,and period.I'm able to do it till Milestone period..after that i got struct with these calculations... somebody pls guide me how to proceed with this one. Thanks, sasg.
... View more