Questions tagged [iccube-reporting]

Related to the reporting functionality of the icCube platform.

Reporting functionality of ICCube platform -> https://www.iccube.com/

152 questions
4
votes
1 answer

Google Combo Chart with multiple series, how to add custom HTML Tooltip

I've Google combo chart and like to add a Tooltip. The icCube documention has an example how to add a HTML tooltip but this will not work for series, only the last item in the serie gets the tooltip. I found an answer how to do this, see this…
Niels
  • 131
  • 5
4
votes
3 answers

MDX: Filter a Dimension on its properties

I want to filter a dimension on its properties. My Dimension consists of various categories with parent Leaf-categories. Each Category has an online status (true or false). Within the dimension I define the property "is_online". Now I want to…
David
  • 41
  • 1
  • 3
4
votes
3 answers

icCube - set serie color for 2 dimensions in the columns in a amCharts combo chart

I have got the following dynamic chart (see attached picture). For the sake of reproducability I have created a very simple chart based on the standard icCube's sales model. The idea is to have two facts on the column axes with the data for the…
Arthur
  • 1,692
  • 10
  • 14
3
votes
1 answer

icCube - cumulative total in a chart

I have an icCube serial chart that displays a measure for a list of items, ordered from large to small. I would like to use to display the cumulative total without using MDX, but using the function expression builder. Unfortunately I can not get it…
Arthur
  • 1,692
  • 10
  • 14
3
votes
1 answer

How to retrieve cell data from different table then current widget in icCube

In icCube reporting tool 6.1 is there a possibility to retrieve data like a cellValue(rowindex,columnindex) while i'm in a diffrent widget like chart box for example and wanna get a cell value from different table in the report? with Widget's…
Itay Regev
  • 191
  • 8
3
votes
2 answers

IcCube reporting preselected dates in date slicer

what can i put in the 'Preselection from' label to get the beginning of current month?
Itay Regev
  • 191
  • 8
3
votes
3 answers

Use date picker range as a filter in a MDX query

I created a report against the demo Sales cube. It includes a date picker with range (from & to) where the "on selection" event is named date window. & a pivot table with a MDX query similar to this: SELECT [Time].[Calendar].[Day].[7 Jan…
3
votes
0 answers

Access to font blocked by CORS policy

I want to display icCube report in my app which is runing on Wildfly server with Angular 1.5 as frontend framework. Report is displayed using Javascript code snippet from official docs, but I get few errors related to CORS policy, e.g.: Access to…
Vejsil Hrustić
  • 179
  • 1
  • 7
3
votes
0 answers

Displaying report - ic3ready is not defined

I work on displaying a IcCube report in a web application that runs on a server. This is a code snippet we use:
mbelmin
  • 113
  • 1
  • 6
3
votes
1 answer

How to fireRowClick in iccube 6

I'm trying to fire auto click on first row for a 'table' After Render. in icCube 6 (3961) but when i use function(context, data, $box) { context.fireRowClick(0) } i get error context.fireRowClick is not a function
Itay Regev
  • 191
  • 8
3
votes
1 answer

How to create a link inside a table in Iccube 6 Reporting?

is it possible to generate a link in a table in Iccube reporting 6? I want to have a clickable link in a table that url is generated by a value in the table row. Thanks
user2520673
  • 118
  • 4
3
votes
1 answer

How to create a Combo Chart in iccube Reporting 6?

There is the possibility to select a google combo chart in the new iccube 6 reporting. But I am not able to add one bar chart with a line series. Has anybody got this working?
user2520673
  • 118
  • 4
3
votes
1 answer

How can I add empty space at the bottom and right of an icCube report?

Is there a way to add empty space at the bottom and right of a report? I could add an empty text box in the bottom right corner, but I'd like to avoid that.
Christian Welsch
  • 424
  • 2
  • 10
3
votes
1 answer

icCube cascading Filters with multiple selections

Looking at this, http://www.iccube.com/livedemo/?ic3reportName=I%20want%20a%20BigMac I want to do the same thing but with a multi-selection (Buttons) first filter which would reduce the choices list on a second filter (TreeFilter) Thanks.
Bertrand Miot
  • 929
  • 5
  • 12
2
votes
1 answer

IcCube Reporting V8 - possible to use Gantt chart?

Using IcCube Reporting V7, I was able to create AmCharts Gantt charts as following : Using following mdx behind the scene : with member HDebut as [Measures].[Bloc Début Intervalle], format_string = "hh:mm" member HFin as [Measures].[Bloc Fin…
Bertrand Miot
  • 929
  • 5
  • 12
1
2 3
10 11