Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
3 votes
4 answers
172 views

Can we do an assignment operation in either true or false parts of the IIF function of VB.net? Public Sub Main(args() As string) Dim score As Integer = 0 DIM scoreString As String = &...
CRoshanLG's user avatar
  • 530
-3 votes
1 answer
98 views

I have 3 Access 2010 tables cont, cond and prop. All tables have 3 fields: table cont the key ID_cont and the fields cond_ID and prop_ID that are related to the keys ID_cond and ID_prop of cond and ...
sp64's user avatar
  • 11
0 votes
1 answer
58 views

I'm trying to run a report in Access with values from three tables (there are more fields in the actual tables I'm working with but they aren't relevant to this question: tblUsers UserID (pk) LName ...
Mike T's user avatar
  • 21
1 vote
0 answers
26 views

I am working on creating a new cube measure QTD, in an SSAS cube. The requirement is to display the Measure YTD directly when the current month is January, February, or March (Q1). The initial code I ...
1 vote
1 answer
38 views

I can’t figure out what I’m specifying incorrectly, null values ​​from the STUDENT.CURRENT_CURS_ID column are not processed by iif or nvl2 and in general this student with a null value is not included ...
Yula's user avatar
  • 25
4 votes
2 answers
499 views

I am working on an Excel project that involves converting an large set of Excel 4.0 macrosheet functions to VBA. These functions make extensive use of the worksheet IF(condition,ifTrue,ifFalse) ...
0 votes
0 answers
66 views

This should be a simple one but I have so far been unsuccessful. In access query, I am using the expression builder within a query to pull information from a table. FirstName: IIf(Len([tbl_Associate].[...
user avatar
0 votes
0 answers
31 views

I have a SQL query which does not perform as expected and returns incomplete results. In the query below, valid t1 rows are not included in the query results if there are no matching ids in t2. Select ...
0 votes
1 answer
141 views

An MDX newbie here. I am trying to define and aggregate a custom measure which contains an IIF condition. Suppose, for this data model: Category Name ItemType Price CatA Item1 Normal 4.0 CatA Item2 ...
Ilya's user avatar
  • 3
0 votes
1 answer
138 views

I'm using Access VBA to insert values into a table based on information from a form. The SQL statement is throwing a syntax error, however, if I pull the SQL into the query builder it will run so I'm ...
user avatar
0 votes
0 answers
73 views

The code I have below was working, it was creating more code that created code that set-up the extended properties for a given table. But we wanted to start pulling pre-existing column descriptions ...
LanceW70's user avatar
0 votes
1 answer
200 views

I am trying to convert numeric months to text in SSRS Report Builder. I am having trouble with the expression needed to make this work. Here is the expression I have: =IIF(Fields!MonthYear.Value = 6, &...
1 vote
1 answer
186 views

I am trying to put a custom field in a query. My other 2 have come off without a hitch, but I cannot for the life of me figure out what I am missing to get this one to work. I've tried dozens of ...
-2 votes
1 answer
42 views

I use Visual Studio 2017, and I have an expression like this: =Microsoft.VisualBasic.Strings.Trim(Fields!QUESTION.Value) & " Average:" & ROUND(AVG(fields!...
ayla's user avatar
  • 17
0 votes
1 answer
155 views

I want to perform a calculation if the value in a particular field is greater than zero. Specifically, if the value in Field 1 > 0, I want to calculate the percent total from Fields 2 and 3. (Note ...

15 30 50 per page
1
2 3 4 5
...
31

AltStyle によって変換されたページ (->オリジナル) /