I have a PowerBI report that contains bar graphs that date and other information and a Bing Map that is linked with the bar graph. Now the bing map contains latitude and longitude and some other information like date, and it has the same date column that is used inside the bar graphs. Now I am using a drill through feature here which drill through the map when I select a bar graph and use any of the data visuals inside the map to drill through, now when I drill through this other page contains different information of the bar graph like date and other things.
The problem is when I use drill through on a certain visual inside a map I dont get the exact date that is shown inside the tool tip of the map and the bargraph, thats why because I have the same longitude and latitude that contains different dates and the drill through feature is just showing me the latest date of that longitude and latitude, how can I make this useful so that I get the exact date which I can see earlier on the tooltip of the map and the bar graph any suggestions will be helpful.
Can you provide a sample of your dataset to better understand your problem. The flow you have mentioned is not clear.
Are you drilling from bar graph to Bing map which is on another page?
Related
I am a beginner in Spotfire.
I have lat long coordinates of employee work and home location.
Here is what i have done so far.. on one marker layer I have marked the coordinates of all work locations and on other marker layer, I have marked home coordinates of all the employees.
What i want to show initially on the map are only the Work locations and when the user selects any area on the map near any work location, then only the employees whose home locations are in that selected area should display.
I would like to check if you already have the zip code along with those lat and long values if no then download it from google, if yes then do the following steps:
Add the data table and rename it as a work location.
Show on the map only the Work locations using a marker layer.
Add the same table again and rename it as a home address.
Go to Edit - Data Table Properties - Relations and join
both the tables using the Zip code.
Right-click on Map and Create a details visualization -
Table - using the Home address data table and select the required columns.
Now once you mark any records on the map you would be able to see the details of the home address of the colleagues overlapping on that zip code.
I don't work too much with Maps but you may want view this Tibco Example :
https://community.tibco.com/modules/points-polygons-data-function-tibco-spotfire
I have a requirements to create a Hierarchy Visualization in Spotfire. I search from the net but didn't get anything nearest from my requirements. It is possible to achieve this in Spotfire or there is any other option to do this chart. thanks.
Currently my Spotfire version is 7.0.
Hierarchy Visualization Sample:
there is no hierarchy visualization in Spotfire.
you can talk to your TIBCO account rep about the JSViz extension, however, which would allow you to use D3 to create one.
honestly I would suggest to look for a software that provides an org chart like Visio or draw.io. this isn't really a data visualization as much as it is a diagram.
If this is static you could probably create it using html and css, and maybe even use sparklines to add some dynamic text if you need to
There can be multiple options to visualize this in Spotfire.
However, if you intend to create as shown in image, I would suggest Text Area to do it.
First, you would need to organize data as in the format you want to show, parent and then child and then child. You would have to then make a HTML table in the text area.
Based on your parent id, you make a row with TR tag and as you keep getting child keep adding it further to the HTML as TR. Values you can use calculated values to show or document properties to simply display. You would need to play with HTML in this case.
The above description that I am giving is to be entirely performed in IronPython. Only thing tricky here is calculated values which you will have to put in HTMl. Instead of creating a dynamic element I would suggest giving Dynamic value in HTMl itself using document properties.
I have a pie chart in Cognos 11, and depending on the slice I'd like to drill-through to different reports. My particular pie has 4 slices, and 4 different reports I'd like to drill-through to depending on the value.
I've seen tutorials on how to drill through conditionally via a Crosstab, but not for a chart.
Thanks!
I don't think you will be able drill through to four different reports. That would require the ability to define four different drill-through definitions when each chart only contains one. However, I do believe there's a workaround.
The workaround would be to use a single drill-through target report and have it conditionally render data elements based on the passed in parameters.
Consider a simple pie chart which shows Sales as its measure and Department as its series (slices). Let's assume that there are four departments: Food, Housewares, Clothes, Hardware.
The chart when rendered will have four slices, one for each of the four departments. You define the drill-through to pass in the Department data item value to the target report.
On the target report side, you take the value passed in and selectively render the contents based on the value. This can be done several ways:
Create a page for each format and only render one at a time based on passed in Department value
Create four different data containers on a single page and only render one at a time
Create a conditional block and have each report format in one of the block options
Personally I like doing this with multiple pages. It's cleaner and makes your intent to others clearer, especially if you name the pages descriptively.
A possible complication is filters. It would be a challenge is the filters used in each "format" was vastly different. It could still be worked around would be more challenging.
By the way, what I described above relates to Cognos Report Studio 10.x. I'm not sure if any or all of this translates to Cognos 11 as I don't have access to that version. It's my understanding that underneath the new simplified UI, the new Cognos is pretty much the same, but your mileage may vary.
Within PerformancePoint I am trying to merge the functionality of an analytic grid with the imagery of a KPI scorecard. The analytic grid measures contain an action that lets the user jump to a specific edit page for that measure (based on the intersection of 2 dimensions, Line of Business and Month. That edit page is linked to a database, from which an SSIS package pulls information and processes to fill the cube. Is it possible to add a dynamic hyperlink property to the KPI, one that is based on the intersection of the 2 dimensions, or replace the measure value in the analytic grid with images (similar to a KPI indicator)? I was trying to do it using the API, but I haven't been able to see how to access those particular properties (the associated dimension member values).
Well, I had some screen shots that might have helped make things clearer, but don't have enough reputation to add images to a post, so Ill try and explain it in text.
I want to be able to use a hyperlink action expression such as the one below (which is functional in an analytic grid) on a scorecard KPI or baring that, use an image in place of the actual value in an analytic grid (to give it the appearance of a KPI).
/_layouts/GlobalDeliveryReporting/ProjectStatus.aspx?ProjectID=" + CSTR([Dim Project].[LOB].CurrentMember.PROPERTIES('Key1')) + "&Month=" + CSTR([Dim Status Month].[Months].CurrentMember.Member_Value))
In a nutshell:
I am trying to merge the functionality of the analytic grid action with the indicators of a scorecard Kpi.
I hope that made things a littler clearer.
Thank you
I was able to get this working.
With inspiration from :
http://web.archive.org/web/20080305164525/http://blogs.msdn.com/performancepoint/archive/2007/10/05/implementing-a-hyperlink-from-a-kpi-in-a-scorecard.aspx
For those that may need to do something similar, these were the key elements:
Scorecard
I added a hyperlink property, which causes a click event to fire every time you click on a cell.
Web Page Report
The url for the report points to redirect.aspx. It calls redirect.aspx with a query string parameter of EndPoint_URL which contains the dimension information of the clicked cell.
Redirect.aspx
This page is responsible for parsing values out of EndPoint_URL. Once the correct dimension level is achieved, it creates creates a new query string and redirects to the edit page, otherwise it just returns. The EndPointURL ends up looking like this:
[Level1].[Level2].[Level3].&[Level4].&[Level5].&[Level6].&[Microsoft].&[Level7].&[Level8]&[69621]; [Dim Status Month].[Months].[Status Year].&[2015].&[2015-02-01T00:00:00]
In this instance, the values that need to get passed to the edit page are [69621] and [2015-02-01T00:00:00]. The redirect page parses out the EndPoint_URL, if it reaches the correct depth and finds those values, it will send the user to the edit page, otherwise it will just return.
I put the scorecard and the web page report on a dashboard. Then connected them by passing the url and the memberuniquename of the row and column.
The downside is that it starts loading the redirect page everytime a user clicks on the scorecard, although that page is very lightweight, and once I hide the web page report web part clicking through the scorecard only causes a little blip on the screen.
Let me know if you have any questions!
So I'm pretty new to the Pivot Tables in Excel so I may not have the basic knowledge of how it works.
I have a tables filled with information (views, rating, shares) from a webpage that is saved every 5 minutes. With the pivot table I would like to be able to make a graphic with the number of likes/views/rating for a 24h period or maybe weekly in order to find that time would be best to release content.
I am able to make a graph like I want it, but I'm having trouble with thing. The values are cumulated, as you can see in the graph below, the views are around 2000-2500 which is correct, but the Facebook Likes are them around 20-30 and the Rating is around 200. Yet the FB Likes is added to the number of views and the ratings is added to the number of views and FB Likes.
I hope you can understand my problem.
Also these 3 sets of data are added in the Values of the PivotChart field, then a box named "Values" appears in the the Legend (Series).
I don't really know how to make it so that the values don't add to themselves.
Does anyone have an idea how I would be able to fix this issue if it is possible ?