I would like to know if it is possible to create a custom expression to change only marked rows like :
If(Marked([Filter]="Out")) else [Filter]="In"
Thanks for your help.
Regards, Laurent.
Related
I need some help adding a field to a page type. I added it via "New Field". I set the field name to "ModalDataTarget".
I inserted it in the page type transformation as {% ModalDataTarget %}.
I put the value in the text field.
It isn't populating with the value I add.
Thanks in advance for any help!
Which Web Part are you using? I would verify the column is returned in the query that is being run for it.
Which transformation type are you using? ASCX? If so, you need to use <%#%> Format.
You are calling macro method in transformation . You need to use transformation methods instead:
try <%#Eval<string>("modaldatatarget")%>
Is there a way to get SSRS to expand the ultimate group of values by default upon initial execution, regardless of values?
My report looks like this:
Current scenario
What I want to achieve:
Ideal Scenario
I've searched for an answer without any success, I can't even find a similar question! Most require the current date values which can be done through the visibility settings and setting an expression to hide when not current date (or if not date then a specific value) - I get that. That's not what i'm asking, I simply want the ultimate values to be displayed when the report is initially rendered.
Any help is much appreciated. Thanks in advance!
Is there any way to remove the "--" (No Value) in the cross table. Instead of "---" I am trying to make it as blank? I am using a aggregation function. Appreciate your thoughts.
If you are on Spotfire version 7.7+, you can configure what is displayed in the cross table for empty values via Tools > Options > Cross Table > Display cells with no data as: and put and empty string. Ref: Spotfire forum.
TIBCO has an enhancement request for this, but it's not high priority.
unfortunately there's no workaround other than inserting data into your data source that will evaluate to 0 instead of NULL.
Has anyone ever made a sharepoint lookup column that allows fill inn choices and does writeback to the list it does lookup from? what would it take to make such a column?
If a 3.rd party solution is arround that would be realy great to :)
Cheers!
You'll need to create a custom field type:
http://msdn.microsoft.com/en-us/library/ms446361.aspx
On a project i've worked on we used a TagControl FieldType, with an entry field and a multiple select field. A user could enter a new Tag or select an existing one. If you are interested, i could send you the code.
I'd like to create a view in Sharepoint that has a filter based on a date field.
The filter should be >= Today and <- Today + 90 days.
I found a reference to the
<Today OffsetDays=”5” />
CAML function and could probably use this by setting the view using the API.
My question is how do i set this using the browser based admin page?
alt text http://www.isuppli.com/Img/Development/CreateViewSample.gif
This can be done OTB using the filter dropdowns when modifying or creating a view:
Filter Image
alt text http://img91.imageshack.us/my.php?image=filterew5.png
Edit: Fixed image
Ok... when you using formula for the column...
It cant using [Today] because it doesnt exsist on the list column...]
So i suggest that you must required the column Today first, so you can use [Today] At the formula..
i think u just dont have using CAML or column formula, but it can do from filtering like AdamBT says...
Hehehe...