I try something with the SAP SFLIGHT example. I have two analytic views, the first view count the bookings per Airlines total and the second one count bookings with departure from Frankfurt. So i count the SBOOKID (its a NVARCHAR) in both views. Now i want to calculate the proportion between the total bookings and the bookings from Frankfurt.
But in the calculation view the counting of the analytic views doesn't work.