how to compare line series compare in birt report - birt

i am doing a report with check-box for instance am having name like country,state as check box so i have click country over it have
to produce a this year(2013) and last(2012) sale value .by line chart
it is like by clicking of check box it have to compare by line series?
how to achieve this ?

Related

SSRS expression display custom text

Can i make field value hidden within Expression in SSRS because i don't want to display this integer value?
For instance: I placed text box where I created simple Expression:
="Click for Details" & Fields!LocationId.Value
Fields!LocationId.Value is my specified parameter where I link Main report ID and Details report ID
I use Action within cell column to redirect to subreport based on unique LocationId.Value where user will click on the line with wording "Click for Details".
When report runs I have in each cell :Click for Details3636
Click for Details7239
and so on..
is mission impossible here??!!
Angelika

Pass detail items from a SSRS Matrix report

In a SSRS matrix report there is a need to click a data value and go to another report to display the details of that aggregate data.
Here is the table:
student_id course School
1 English A
2 Math A
3 English B
4 English A
The corresponding SSRS report is as following:
School English Math
A 2 1
B 1 0
requirement is: click 2 (school A with English) it will go to another report as below:
Student_id School
1 A
4 A
You need to create a sub report that takes the required parameters. It's hard to read the question as the formatting of your data sample needs cleaning up but let's assume your subreport will take parameters aclled pSchool and pSubject with values such as 'School A' and 'English'.
Create a new report and name it (e.g. mySubReport) that accepts the required parameters (e.g. pSchool and pSubject). Add whatever you need to this report so it shows the correct results and and test it as normal. This is the report that will get called when you click on the data value.
Once this is working, got back to your original report, right-click the matrix cell you want to be able to click on and click "Textbox properties".
Click the "Action" tab and choose "Go to report".
Select the subreport you created earlier (mySubReport).
In the area below the report selection, add your parameters (e.g. pSchool and pSubject) and set the values from the dropdown list. The dropdown list will show you dataset fields that your matrix is based on.
That's it!
Now when you run the man report and lick on a value, it will pass the fields you from the cell you selected to the subreport and display the results.
If this does not help, edit you question so the structure of your data is clear and I will give a full example.

How to apply Calculation In Interactive Grid Between 2 Columns

I want to apply Calculation on two Columns in Interactive Grid that calculated value want to store in third non database column
In the Below Image I want apply calculation on "QTY" and "Rate" and the Value store in Amount that is Non-Database..
Click on the Actions Button - Format - Compute, which will bring up a dialog to edit the calculation (note column names are referenced by the alias letters listed in the dialog). After you get the calculation the way you like it, you can save it for next time with Actions - Save Report. If you are logged in with developer access you can choose to save as "Default Report Settings" so that everyone gets your update as the default report. Otherwise you can save to a named report that you just see on your login.

OBIEE Pie graph - How to always display both actual and percent values?

I've created a pie chart and can see the data labels on rollover. On rollover, l can see the actual and percent values together, but after changing the data label display property from "on rollover" to "Always", It only shows me either the actual or the percent values.
How can I show both the actual and the percent values in the "Always on" data labels?
I've tried to adapt the xml, but I don't know the correct way to do so.
Here is a trick to show both...
But if you want a Legend, you must include the entity Names before the value and percent. The result will be that the pie values will have both the entity/grouping name, actual value (because now, for OBIEE, its part of the enitity name) and the percent.:
First, you must enter the graph properties of the Pie Chart:
Graph Properties (Click the xyz icon at the top-right of the Graph view in the Results tab).
Click Titles and Labels > Data Markers > Display
Ensure that Show Data Labels is set to Always.
Ensure that Display is set to Name and value.
Ensure that Change Value is set to Percentage of total.
Click OK > OK.
Now create a concatenated column and add it to the Pie chart (credit to Miky Schreiber's blog):
Add a new column (call it "concat").
Edit the new column's formula to be the concatenation of the entity--that the pie chart groups/slices by--and its measure value.
This is a string column, so you’ll need to convert the measure into string.
It will look something like this:
LOGICAL_TABLE.ENTITY_NAME || ' ' || cast(FACT_TABLE.MY_MEASURE as char)
Select the checkbox Treat as an attribute column > Click OK.
Now Edit the graph/pie view and in the Layout editor, drag the concat column under Slices and drag the measure under Slice Size. Optional: Select the checkbox Show in Legend.
Save your changes.

TIBCO spotfire date filter control - apply greater than date expression on date filter control

I am a sportfire beginner and just learned to customize Date filter using below URL,
Spotfire Calendar Filter
Just want to filter and display report data (report mapping column : LastModifiedDate) greater than date based on this filter date selected value.
Please help.
From the main tool bar: Insert > New Text Area
From the text area: Right Click > Edit Text Area
Then, Click the Insert Filter button. If you don't see it, click the >> button on the top right to see all of your options.
Select the column which contains your dates. Click Ok.
From the text area: Right Click > Un-select Edit Text Area
Tibco's Documentation lists in detail how to accomplish most everything you need. Be sure to keep this reference handy. About 3/4 of the way down on this specific page you'll see instructions on how to do what I listed above.
I added 2 Date text filters on the text Area.
Image
As you can see there is one filter text for the start date and one for end date.
Exist any possibility to use then as a range filter because they only filter matching equal date. I want to use them as minimum(start date) and maximum date(end date).
Example:
Text filter 1 : 10/10/2000
Text filter 2 : 09/09/2015
Result : all records between the 2 dates.

Resources