Hi, Thanks everybody for the explanation. It worked with sending query with calculated parameters.
The implication is each user connecting to the Kylin cube has to build the query with calculated fields to get the data. somthing like select SUM(HRA) + SUM(DA) ... Since i will have around 200 users using this, Is it possible to pre-configure all calculated fields? Something like TotalSalary = SUM(HRA) + SUM(DA) So that i configure the formula as required and the users directly get the answer by query on the calculated field select TotalSalary from Person ==> where TotalSalary is calculated on the fly depending upon the formula given by me Please let me know. Regards, Reshma -- View this message in context: http://apache-kylin.74782.x6.nabble.com/Derived-measures-in-Kylin-tp5513p5591.html Sent from the Apache Kylin mailing list archive at Nabble.com.
