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
0
votes
1 answer

icCube - How can I modify the information that will be exported in Excel file

This the OutPut of my Excel file : I want to Change the date to be more comprehensible. Thanks for your Help
Baini.Marouane
  • 579
  • 2
  • 8
  • 18
0
votes
1 answer

MDX - icCube - How can i make i filter by Date to an Histogram

This is the source code in my Histogram SELECT { NonEmpty([Measures].[vente_total_produit]),[Measures].[Date_Construction_Produit] }*{ @{produitv![Produit].[Produit]} } ON COLUMNS, { NonEmpty( Order(…
Baini.Marouane
  • 579
  • 2
  • 8
  • 18
0
votes
1 answer

icCube drop-down widget - How to get Selected Item?

I want to get selected items from iccube-dropdown-widget with javascript. Drop-down-widget has Div-ID ‘icCubeDropDown’. var t = window.document.getElementById(‘icCubeDropDown’); doesn’t work, t is Null. How can I do this? Thanks in…
Ana B
  • 3
  • 3
0
votes
0 answers

Where can I set and retrieve the environment variables used by icCube?

Within icCube there is reference to several variables, like $install, ${EXAMPLE} etcetera. Where can I retrieve the values for these variables, and where can I set these? Is it also possible for me to introduce new variables?
Arthur
  • 1,692
  • 10
  • 14
0
votes
0 answers

icCube reporting custom widget rendering when no data

I created a new widget in icCube, working as desired when there is data... But when the underlying MDX returns no data, I need to tell it to the user or to show something else... How can I catch the fact that the MDX is in error or that it does not…
Bertrand Miot
  • 929
  • 5
  • 12
0
votes
1 answer

icCube - Web App unable to get resources from icCube server before external login

Follow-up question to this. I am currently trying to set up a Web Application to display reports on an intranet site, using the intranet login to authenticate users, passing the authorization process to icCube. I'm trying to get it to work with a…
Torsten N.
  • 2,051
  • 1
  • 12
  • 17
0
votes
1 answer

is it possible to read a HTML source that produces a json output in icCube?

I am trying to read the following output from a HTML source (source is updated each 30 minutes): {"un":"Watt","tm":"2015-11-21T15:57:00","dt":60,"val":[" 510"," 504"," 504"," 498"," 498"," 498"," 498"," 498"," 498"," 492"," 492"," 504","…
Arthur
  • 1,692
  • 10
  • 14
0
votes
1 answer

IcCube - Facts Table not completely matching Dimension

I have a facts table and a dimension table from two different sources. They are connected with an offer_id. But in the facts table there are offer_ids not found in the dimension table and vice versa. Building the cube of course I get some 'no member…
UlrichWuenstel
  • 460
  • 2
  • 10
0
votes
0 answers

Possible to dynamically change rows in web reporting pivot table?

Setting up a pivot table via the web reporting tool, you must specify all levels of rows that are to be used. There is a use case where the rows displayed or used to show the data makes sense to dynamically set, or switch around. Is this possible,…
dimab0
  • 1,062
  • 8
  • 10
-1
votes
1 answer

IcCube add Custom attributes to Data Source Table?

Is there are way we can add Custom Fields to the Tables sourced from MSSQL in icCube. My requirement is to use a CASE Statement and generate a new custom attribute in the SQL Table ?
1 2 3
22
23