#touyu-subscriptions-dashboard
1 messages · Page 1 of 1 (latest)
I'd like to know the total sales for each plan (price) on the dashboard
Is it possible?
I checked the Financial report but couldn't find the plan_id or price_id
So I'm in trouble because I can't filter with them
I don't think you can see this directly in the dashboard, testing another approach though.
It took a couple steps, but I found that you're able to:
- Navigate to Payments->Subscriptions in the dashboard
- Use the Filter button (near the top right of the pane) to filter based on the priceID
- Use Export to retrieve a CSV of the information (set the date range accordingly and select all columns)
- Use Excel/Numbers to calculate the total from the exported CSV
You could also skip the price ID filtering to return all subscriptions and segregate when calculating the totals.
Thank you for answering.
That was exactly the answer I was looking for!