Questions tagged [iccube]

A JAVA in-memory OLAP/MDX server coupled with a modern Web/Tablet Reporting Javascript solution.

icCube is a Java in-memory OLAP/MDX server coupled with a Web/Tablet Reporting JavaScript solution.

340 questions
2
votes
1 answer

iccube-reporting Conditional Formatting With MDX Expressions

How can conditional formatting with MDX expressions be used in iccube. The goal is to add colors on basis of values. For example, divide a value from an MDX measure into ranges and apply a color per range to the background of a cell in a table.
2
votes
1 answer

icCube - removing date range through a Perspective

I would like to build a Perspective, where all days older than 3 months are removed. In MDX the following would work: filter([date].[date].[day].members, [date].[date].CurrentMember.properties('KEY',TYPED) <= today()->minusMonths(3)) But in the…
UlrichWuenstel
  • 460
  • 2
  • 10
2
votes
2 answers

icCube - Monitoring: incremental load - set up

I have some trouble with incremental load: it is not showing any changes of the data. What am I doing? schema is loaded changes inside the origin data table incremental load is performing with the help of the schedular "fresh time start" and…
J.Doetwo
  • 81
  • 7
2
votes
1 answer

Align time series by setting the start date of each serie on an anchor date (icCube)

(I hope my title is clear) I have a MDX statement that results in: time (months) in the rows several projects in the columns The data displayed is an amount (e.g. costs). Now I would like to compare the project expenditure for each project and see…
Arthur
  • 1,692
  • 10
  • 14
2
votes
1 answer

Displaying a report with JS: How to check if a report exist?

Is there a convenient was to check if a report with the given report name exists using JavaScript? Following this official guide on how to display a report I managed to display a report with the name given in the URL. If the given report name does…
mbelmin
  • 113
  • 1
  • 6
2
votes
1 answer

Displaying report, failed to decode downloaded font

I had CORS problem when I'm displaying icCube report embeded in my angular app, via Javascript explicit authentication. I solved CORS problem with adding node server as proxy. New problem is(in javascript console): Failed to decode downloaded font:…
Vejsil Hrustić
  • 179
  • 1
  • 7
2
votes
1 answer

in mdx, want to use use one or another measure in calculation depending on dimension values

I want to calculate sometHing depending on dimension values : I tried WITH CALCULATED MEMBER [Measures].[Switch] AS IIF ( [Ambu].[Ambu].CurrentMember IS [Ambu].[Ambu].[Non Ambulatoire] ,[Measures].[Nombre de Journées] …
Bertrand Miot
  • 929
  • 5
  • 12
2
votes
1 answer

Printing in ICCUBE

I am trying to setup printing functionality on icCube reporting. I have wkhtmltopdf installed and setup on my computer, .exe file is in my path. I updated the icCube.xml file like this: