Dimension default members not getting displayed in MDX Filters on Reporting tool - iccube

We have a Cube where we got a dimension called - "Report Currency". Default member is set as - [Report Currency].&[0].
Now if I create a filter of "Report Currency" on MS Excel based on the cube, I get to see 5 currencies (EUR/GBP/JPY/USD/CHF). But while I create an MDX filter on IcCube Reporting tool, I am getting to see only - 4 currencies (EUR/GBP/JPY/USD/CHF). 'EUR' is not getting displayed.
What do we require to do so that we are able to view all the 5 currencies on on the MDX filter?

You need to switch on the "Add Default Member" option as seen in the following picture:

Related

How can i display custom events into a chart?

I'm trying to use custom log event to have some statistics of the use of my app.
Events are properly configured and can be seen in the "Stream view" of firebase analytics.
my problem is that i want to display statistics no for only the last 30min.
for exemple if i log an event "car" which contain the property model, which can have the value 'tesla', 'ford' etc... as this :
this.defaultAnalytics.logEvent("car", {model: "tesla"});
I'm able to see in the last 30min like 75% of car.model are tesla in the stream view, but i'm not able to see this for the last week for exemple.
I can only see that the event 'car' has been emit 100 times in the last week but i can't see anything about the value of the property.
I'm i obliged to use a tool as bigquery ?
It depends which charts you want to get, but in general - you don't have to use BigQuery. You can see all your custom event parameters in Firebase console, but you have to register them first:
You can also identify up to 100 custom event parameters per project (50 numeric and 50 text) to include in reporting by registering those parameters with their corresponding events. Once you register your custom parameters, Google Analytics for Firebase displays a corresponding data card in each related event-detail report.

SSRS 22017 passing a parameter value to a url

Hi I have been trying to pass a value in to another report via a URL link, but cannot get the syntax correct, I have trawled the net and the 8 questions already in Stack and tweaked my code for each answer but cannot get it right.
I have a fully developed report that used a parameter "SALES_ORDER" you manually enter the SALES order and the report runs ok.
I have another report that is a graph of the above data with the sales order as the key to both.The graph is showing the last 10 sales orders by sales order number , when I click on the sales order number I want to be taken to the URL of the original developed report taking the sales order I clicked in in the graph so the original report uses this as the parameter.
The code for the jump to in the action box of the graph is :
="http://SERVER_NAME/Reports/report/GEMINI%20REPORTING/BY%20DEPARTMENT/PP/Manual%20Production_order_tracker_V31&rs:Command=render&SALES_ORDER="+Fields!SOPT_SALES_ORD.Value
SSRS likes the code as the graph report runs ok, I can click on the required bar for the specific sales order It then opens the correct URL page but I get the error below:
"The path of the item '/GEMINI REPORTING/BY DEPARTMENT/PP/Manual
Production_order_tracker_V31&rs:Command=render&SALES_ORDER=2900252422'
is not valid. The full path must be less than 260 characters long;
other restrictions apply. If the report server is in native mode, the
path must start with slash. (rsInvalidItemPath) Get Online Help "
The parameter in the developed report is "SALES_ORDER".
I know I could duplicate the developed report and include it in the "new project" I am working within but that then means for any change to the developed report I have to make the same changes to the one in the new project, hence wanting to hyperlink to it.
any help would be appreciated.
Thank you.
Tony King
You can use Action as Go to Report and give your Report name and Then therein you can give Parameter name and it's Value?
Screenshot for Reference

Can't see custom metrics after sending with Google Tag Manager

I want to add a custom metric in Google Analytics throw Google Tag Manager inside the events Category.
1 - Create custom metric some days ago in the admin area
2 - Create the following tag in GTM
3 - Test values in preview mode
As you can see, metric with index 1 is set.
Event has being created in category called Categoria metrica
4 - Publish the changes
I've not forgotten to publish the changes. I've checked data is being sent:
5 - Metrics are missing in Events in Google Analytics
In Events, Categoria metrica is missing
Should I have to add some code?
I think this should work now with a constant value written directly in GTM...
Custom Metrics are not visible in your standard reports. You can only see them through Custom Reports. So create a new flat report with your event parameter (category, action, label) and then select your CM as the metric.

How to make Kibana dashboard to autocomplete my document fields

I have an index with many field names. Im using Kibana 3 to visualise the analytics from the said index. Since I have a lot of fields,im finding it difficult to set the field names,each time I do some analytics in Kibana. Does Kibana provide an autocomplete,feature which enable me for inputting my fields easily?
The feature you have asked is already there in Kibana-3 in the name "preload fields". It can be set up,by clicking the settings icon to the right and selecting the "index" option (on the top left side,2nd from left) . There you can find a check box named "preload fields". Just check it and you will have your fields,preloaded where ever you want to use it. The following screen shot explains it for you:
There are a few more convenient features that would allow users to use Kibana-3 with ease,you can find them here

hiding a field using Openerp report designer

I am using OpenERP report designer to alter the sales order report a bit.
Background:
I am trying to remove the internal reference of a product that appears in my invoices, sales orders and quotations....
Actions done:
I have created a new field through the delevoper mode and named it x_showintref which is a boolean ('x_showintref': fields.boolean('Show Internal Reference'))...
What to do:
I am trying to edit the sales - quotation report so that when the x_showintref is ticked, it will display the internal reference else it will not display the Internal Reference of the product.
Other Ideas:
Is there a way one can put this in a python script as well??
Many Thanks
Try this in your report. This will work.
[[ o.x_showintref==True and line.product_id.default_code or line.name ]]

Resources