new_valid_ou
open http://localhost:8080/jasperserver/login.html
type j_username tomcat
type j_password tomcat
clickAndWait btnsubmit
clickAndWait link=REPOSITORY
clickAndWait link=olap
clickAndWait link=views
select cmbResourceType label=OLAP View
clickAndWait _eventId_Add
type olapUnitName TestOlapView
type olapUnitLabel TestOlapView
clickAndWait _eventId_Next
clickAndWait _eventId_Next
click document.fmCRPopSchema_1.source[1]
click connectionUri
select connectionUri label=/olap/connections/SugarCRM
click connectionUri
clickAndWait _eventId_Next
type olapUnitMdxQuery select {[Measures].[Total Sale Amount], [Measures].[Number of Sales], [Measures].[Avg Sale Amount], [Measures].[Avg Time To Close (Days)], [Measures].[Avg Close Probablility]} ON COLUMNS, NON EMPTY {([Account Categorization].[All Accounts], [Close Period].[All Periods])} ON ROWS from [SalesAnalysis] where [Sale State].[All Types].[Closed Won]
clickAndWait _eventId_Next
clickAndWait _eventId_Save