Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
1answer
3k views

Example of .iif file format

I'm looking for an example of a .IIF file format, so that I can write a file to be read by quickbooks. I'm not able to google anything that is very specific. Any good reference?
2
votes
2answers
53 views

Access IIf statement to extract values

I have Excel export within Access 2007. The only thing I am not entirely sure about is I have value that appears as an age, for example "1-3", this obviously becomes higher dependent on customer ...
2
votes
2answers
153 views

vb.net - IIf throwing strange exception

I am having a weird problem. IIf is messing up when I am working with an array. Apparently it is checking my else statement even though it isn't activated. Here is some code that demonstrates the ...
2
votes
1answer
145 views

Is there a better way than 'iif' or '?:' for this kind of choosing?

I'm at a point in my custom view engine that I want things to be a bit cleaner. One of the ugliest parts I have so far is iif type functionality. It ends up looking like this: {= CssClass==null ? "" ...
2
votes
3answers
142 views

T-SQL migration of working Access SQL Query with an issue on writing the CASE replacement for IIF

I have two tables BMReports_FPN_Curves and BMReports_BOA_Curves each consisting of a Name, Datetime, Period and Value, for example: BM_UNIT_NAME RunDate Period FPN (or BOA) T_DRAXX-1 ...
1
vote
1answer
35 views

MDX - Using IIF to affect sets in a crossjoin

I have a crossjoin that looks like this SELECT {[Measures].[Respondent Count]} ON COLUMNS ,{ [Groups In Rows].[Group].ALLMEMBERS* [Questions In Rows].[By ...
1
vote
2answers
54 views

Wildcards in an Access IIF statement

This should be simple. I cam do it easily in Excel, but it isn't making the jump. I have a database tracking the status of a fleet of trucks, including various scheduled maintenance services. I ...
1
vote
5answers
81 views

Access SQL IIF Complex

I am trying to change what one column data states to another using iif statements (ie: iif([major]="eet","electronic engineering technology")). I got it to work until I added a new major to the ...
1
vote
2answers
38 views

Assignation inside IIF possible, why doesn't it work?

Work : publicity.Target = IIF(radioTarget1.Checked, "_blank", "_self").toString Doesn't work : IIF(radioTarget1.Checked, publicity.Target = "_blank", publicity.Target = "_self") Why isn't the ...
1
vote
2answers
82 views

Access IIF Query

I need my Final Decision field to be the result of the IIF statement. But I keep getting syntax errors. SELECT x.AR_ID, Final Decision: IIf([x].[R_DECISION] Is Not Null, ...
1
vote
2answers
436 views

what is the purpose of the iif in vb

So, what is the purpose of the iif in vb? I know what it does, but I can't uderstand what is it for? Update: I know what it does. But "if(,,)" does the same. The only difference is that "Iif" will ...
1
vote
4answers
593 views

VB.NET: Input string was not in a correct format

With the following snippet Foo = IIf(String.IsNullOrEmpty(txtFoo.Text), 0, Integer.Parse(txtFoo.Text.Trim)) I get the error when I submit the field without a value: "Input string was not in a ...
1
vote
1answer
216 views

ReportViewer textbox moves unexpectedly

I'm using ReportViewer at my work and I've run into a problem I can't solve. This particular report is one that has a section that's visibility is determined by checking a field: ...
1
vote
1answer
974 views

Conditional Action in SSRS

I want my textbox to have an action ONLY if the condition is true, otherwise no action. This is what I have as my current action expression for going to another report: =IIf(Fields!MyTextbox.Value = ...
1
vote
3answers
281 views

Determine existence of results in jet SQL?

In Jet, I want to test if certain conditions return any results. I want a query which returns exactly one record: "true" if there are any results, "false" otherwise. This works in MS SQL: SELECT ...
0
votes
0answers
39 views

IIF Statment to Replicate Data

All Is it Possible to create Iif statment to replicate data on a append query in access 2007 Thanks
0
votes
1answer
39 views

Access 2007 IIF statement not working 100% of the time

I'm having difficulty with an IIf() statement as the control source of a textbox on a report. The IIf() statement does work on my report, just not 100% of the time. I have taken a screenshot of the ...
0
votes
1answer
91 views

SSRS IIF Syntax with Multiple Datasets

I have a report with 2 datasets and would like to perform a SUM operation in a textbox expression. The problem arises when I want to perform an IIF in the sum since I only want a particular category ...
0
votes
5answers
135 views

JavaScript: IIF like statement

Coming from VB, JavaScript isn't very easy to get the hang of. Please don't be negative, I've tried and searched loads but with no luck. BTW, I'm creating a dropdown control initialized from a Select ...
0
votes
1answer
47 views

Can you have an IIF nested within IIF in a Control Source?

Is this valid in MS Access VBA: iif ([company] = "starbucks", "retail", iif ([item] <> "", "DLookup(....)", "")) I'm trying to get something similar to the above work.
0
votes
1answer
51 views

Case when statement in SSRS (IIF)

I need to create a dynamic chart header which references parameter titles. Initially I was using the following syntax: ="City:" + Parameters!City.Value + "Store:" + Parameters!Store.Value However ...
0
votes
2answers
81 views

Export data to iif file (quickbooks file) in C# [closed]

How to i export data to iif file in C#? Thank!
0
votes
1answer
453 views

Access 2010 Query using IIF and ISERROR

I am trying to accomplish the following in an Access 2010 query Select UNIT, DATE, Sum(IIF(ISERROR(A),NULL,A)) AS DLP_PERCENTAGE From tableA; where A = (ACT-BASE)/BASE I get ...
0
votes
4answers
177 views

Coldfusion #iif and sessions

I am buliting an add/edit user form, when the page is accessed there is an if statement which detects if we are editing a current user or addindg a new user by a url id <cfif ...
0
votes
3answers
748 views

iif in SSRS with multiple values

I have a field in the report which depends on 3 more fields in the DataSet. The 3 fields are APAC, EMEA and LATAM (Regions). Now There is a Yes and a No in those fields for corresponding Projects. I ...
0
votes
1answer
1k views

using OR in IIF statement…RDLC

Please can you someone help me? My question is : How to use properly OR in IIF statement in RDLC report? Both Fields!A.Value and Fields!B.Value contains string or empty string. This code ...
0
votes
2answers
389 views

IIF statement in SQL Server 2005

Does IIF statement exists in all version of SQL Server ? I have checked a tutorial on MSDN. But when I tried to run this code on my machine DECLARE @newDate datetime SET @newDate = ...
0
votes
1answer
1k views

ReportViewer IIf expression in text box returns #ERROR

I'm using ReportViewer for work and I'm trying to get an IIf expression to work with a few text boxes that are using FormatCurrency(). The reason I needed an IIf statement in the first place was ...
0
votes
1answer
233 views

Why isn't my iif statement evaluating true when the condition is correct?

This is my statement: iif(sum(Fields!myfield1.Value) = 0, 0, sum(Fields!myField2.Value)/sum(Fields!myField1.Value)) Any suggestions?
0
votes
1answer
522 views

MDX - Using “iif” function in the “Where” section

Hi I'd like to know how to make that "iif" work. Basically, I need to filter the engineering "product codes" when originator is "John Smith". currentmember is not working or that iif is not working, ...
0
votes
3answers
1k views

Sum IIF Expression

Im trying to sum an expression in visual studio and just keep getting an #error but not sure why as this si the first time i have tried to sum an expression, only ever done it on a single field ...