OLAP Web Console is a web management console tool for EuclidOLAP service.
Download the OLAP Web Console: olapweb-v0.1.5-beta.jar
Run the OLAP Web Console:
$ java -jar olapweb-v0.1.5-beta.jar --server.port=8761
Then, use a browser to access the 127.0.0.1:8761
If your OLAP Web Console is running on the same server as EuclidOLAP, you can access the console directly by clicking the Connect button.
Otherwise, you need to click the Create a new connection and create a new EuclidOLAP connection.
Run the following MDX query statement:
select
{ Date.[2020], Date.[2021], Date.[2022] } on columns,
{ [Measures].Revenue } on rows
from [Airline A];