0
votes
0answers
31 views
SSRS Conditional Top Border Not Showing
My issue is occuring in Sql Server 2005 Reporting Services. It is happening in the preview area within Visual Studio and when exporting the report to .pdf from the report server, b …
1
vote
1answer
38 views
Are Excel’s Conditional Formatting Formulas Broken
Ok, so I am using excel 2007, and am trying to do some fairly complicated conditional formatting. Consider the following:
=1=1
Highlights the cell.
=INDIRECT(ADDRESS(2,COLUMN() …
0
votes
1answer
14 views
How to conditional highlight fields in a Microsoft Reporting Services RDL report?
I've got an RDL report that is a roster -- it's a grid:
each row represents a day
each column represents a task
each cell contains the name of the person doing that task on that …
0
votes
5answers
99 views
Do ternary operators tend to bug / defect injection?
A discussion has come up in my office about the use of ternary operators. There are two sides to this discussion.
Side 1) That ternary operators are easy to write and read, theref …
0
votes
1answer
45 views
Excel: How to do DRY formatting?
I have some conditional formatting styles. I don't want to keep creating new rules for new ranges; I would rather follow DRY by declaring it once and referencing it elsewhere. I'm …
0
votes
2answers
92 views
Excel Conditional Formatting Using A Reference Range
I have a watch range with certain cells highlighted yellow. For each of these cells, there is a corresponding reference value all located within one column. I want to highlight a …
1
vote
1answer
64 views
How to control conditional display of partial views in ASP.NET MVC
In our standard web forms ASP.NET solutions we typically have a range of user controls within the master page and determine whether they display or not within their code behind. Wh …
0
votes
2answers
89 views
Table cell conditional formatting based on content using jQuery
I simply have a table with a bunch of ✔ X and a few other symbols, how can I change the class of a cell based on it's contents?
jQuery example:
$(function(){$("td:has('✔')").addC …
1
vote
0answers
79 views
Silverlight: Conditional Formatting based on Multiple Fields
Okay, still on my silverlight app here, what I need to do is to somehow perform conditional formatting on the cells of a datagrid, but the "conditional" part needs to be based upon …
1
vote
2answers
388 views
Pass value of a field to Silverlight ConverterParameter
Hi all, I'm writing my very first Silverlight app. I have a datagrid with a column that has two labels, for the labels, i am using an IValueConverter to conditionally format the da …
1
vote
4answers
110 views
Access Reports - Hiding Fields, Labels, and other elements based on data
I've been trying to format a report to provide a listing for prospectives vendors that shows a piece of equipment's model number, serial number, range, asset number, and calibratio …
0
votes
3answers
877 views
Conditional comments not loading IE6 specific css file
I'm trying to override a few css selectors that are causing problems in IE6 by using the following code inside the head tag in an html file:
<!--[if IE 6]
<style type="text/ …
0
votes
3answers
310 views
InfoPath: Clear a form field and then set it to read only
I have a check box and a text field in my InfoPath form. When the check box is unchecked, I would like to clear the field content and then mark it as read-only.
I created a condit …
2
votes
1answer
74 views
Can Excel Conditional Formatting use UDFs in the condition?
Hi,
I have a cell in Excel that I want to format differently based on a user defined formula (UDF) - my formula tests whether there is a formula in the cell...
I am trying to use …
1
vote
1answer
185 views
Excel Conditional Content/Formatting for Print vs. Screen and Page Breaks
I have a VBA publishing macro in Excel which generates a published workbook based on a master configuration worksheet and a number of worksheets with the data. The published versi …
