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

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.

Related

Table records display on the bases of enter number in textbox power bi

I have a table in power bi
in that there are so many records so i want a text box or something like that where use type number then on the bases of this records should be displayed in table e.g if we use type 5 then only 5 records will display.. if user type 10 then 10 record will display if there is nothing then all records should be displayed
how i should do this .. i know how to do in qliksense but not in power bi
and one thing more i want to apply that condition in field Cover Name
=if(Assured_Name = 'AFPY','AF',
if(COVER_NAME = '7co','ABC',
if(match(COVER_NAME,'AFPY','7CO')=0,'Other',null())))
Here there power bi sample file
https://www.dropbox.com/s/kfym4mb0fiaxym5/Claims2.pbix?dl=0
The PowerBI equivalent of a 'control' that the user interacts with to filter a visual is the 'Slicer.' The slicer can then be configured to enable a 'Search' textbox where the user can type in the desired text that is wanted for filtering the table.
Create a slicer visual next to your table and add the column that you want to search to the slicer's "Field" box. Then, hoover your mouse over the slicer and a group of icons will appear (usually at the top but sometimes beneath the visual if there's no space to put it). One of these is the ellipsis, it looks like 3 dots. Click on the ellipsis and enable 'Search.'
You will see that a row is created in the slicer where the user can type. This text will filter the contents of the slicer, which is then used to filter the table.

Add notes & footnotes to table

I have a report where I need to add a note/number where a record has data in a particular column. I then need to add a reference to that to the bottom of the table, much like a footnotes section you would see in a book.
I've tried adding the rownumber but it pulls in the actual rownumber and not the record count. I'm using oracle for my db.
In my report, if the record has a value for the column RETURN_NOTE (not shown), then concatenate an int tot he end of the TASK_NAME column. Then underneath the table, add the int from above with the RETURN_NOTE value.
You can see the red numbers and their description in the image below.
Thanks
The best way to go here is when you add a calculated field to your dataset where you put your footnotes into the expression. Lets assume your footnotes depend on the Fields!Task.Value and lets call this calculated field Footnotes:
'Name: Footnotes
=Switch(Fields!Task.Value = "Prepare for Coordinator", 1, Fields!Task.Value = "Ready for Closeout", 2)
Now add another column to your tablix and put the field Fields!Footnotes.Value in this column.
Then add a rectangle or another tablix somewhere in your report (put in the values which explains the footnotes). Then go to the properties of this tablix/rectangle (pane on the right) and under Other > Bookmark write in a bookmark code (for example: FootnotesExplained).
Go back to your textbox with the Fields!Footnotes.Value in it and right click on this textbox and go to Text Box Properties > Action and check the Go to bookmark option and write below your bookmark code from before FootnotesExplained.
When you click now on one of the value in the column where the footnotes are the report will jump to the tablix/rectangle where your footnotes descriptions are.

Spotfire DropDown list to filter entire page?

I have been desperately trying to figure out how to take a column, customer name, and be able make a drop down list that filters the entire pages visualizations so that when you have a specif customer selected it filters everything.
I think I'm going down the right path my creating a property type string and setting it to unique values in that customer name column, but cant seem to figure out what to do next. Even if i have to set it individually for each visualization that would be fine, but i cant seem to get this to work.
Can someone help me figure this out?
I'm on spotfire 7.0 if that matters. Thanks
Thank you in advance.
#TPLEE - In order to apply filter to the visualization from the selected drop down, you have to insert the below case statement in 'Limit data using expression' section of the visualization properties as shown below.
Right click on the visualization and go to properties.
Click on edit as shown in the picture and insert the below case
statement and click 'Ok'.
Note: 'YourCOLUMNName' will be your column name from the data table that you are using and ${CustomerName} is your property control name
case
when "${CustomerName}"=[YourCOLUMNName] then true
when "${CustomerName}"="" then true
else false end

default filter in interactive report

How can I make custom default filter in interactive report? That filter is loaded when reset button is pressed.
Also how can I make this filter to be set with some values, e.g. filter is initialized with current date and rows that only relates to current date are shown.
How can I make custom default filter
in interactive report? That filter is
loaded when reset button is pressed.
Once you are happy with your report, starting from the Interactive report actions menu --> select save report --> change the select list to "As Default Report Settings"
Also how can I make this filter to be
set with some values, e.g. filter is
initialized with current date and rows
that only relates to current date are
shown.
Have you tried using a row filter which are described here in the documentation?
From the Interactive report actions menu --> select filter --> select row radio button and then write the expression that you want.
The example below is the expression that I used to show me only employees that have a hiredate equal to or greater than today.

Interactive sorting to matrix report in reporting services 2005

i created a matrix report that have 2 rows and 6 columns.
picture 1 (see album picture in the bottom)
i want so active a interactive sort on the last columns that named 'Matrix1_ObjName'.
to do so i clicked right click on the field and go to properties > interactive sort.
than i entered the parameters like in the picture 2 (see album picture in the bottom).
i have done some research and the closes answer was posted on this link
the interactive sort doesn't work.
to be clear i want that the LoginName column will be sorted by the grade that shown in the objName row.
sea picture 3 (see album picture in the bottom)
album pictures
thanks to all...
I never use interactive sort. When I want to be able to change sorting behavior, I do it with a parameter. Create a new report parameter and specify values. Use something descriptive for the labels, then I use integers beginning at zero for the values. After the param is set up right click on a field in report design and go to Row Group then Group Properties. Select Sorting from the menu and build an expression with an if statement similar to this:
=IIf(Parameters!sort.Value=0,Fields!First_Sort.Value,Fields!Second_Sort.Value)
Might help you.

Resources