No announcements
Found 2739836 threads
-
3 Votes
Selection of a record based on an id
SELECT ID, 'Same' as Status FROM myTable GROUP BY ID HAVING MIN(ParticularField) = MAX(ParticularField) UNION ALL SELECT ...Answered | 2 Replies | 2201 Views | Created by thekind78 - Friday, May 4, 2012 1:09 PM | Last reply by Naomi N - Friday, May 4, 2012 1:19 PM -
0 Votes
Tried to select question based on section id
x.Answer_Option_2).FirstOrDefault(),QuestionId=q1.QuestionId}, new PossibleAnswer{Answer = db.Exam_Answers.Where(x=> x.QuestionId == ...Answered | 10 Replies | 152 Views | Created by Anonymous - Tuesday, July 14, 2020 8:42 PM | Last reply by Anonymous - Thursday, July 16, 2020 6:54 PM -
0 Votes
Parameter section of Report suddenly no longer displays parameter selection objects
Hi HomeCookN, Based on your description, you came across a problem that the parameter selection disappeared in parameter section, right?Answered | 2 Replies | 626 Views | Created by HomeCookN - Wednesday, August 10, 2016 4:33 PM | Last reply by Yuliana Gu - Thursday, August 11, 2016 10:22 AM -
0 Votes
how to generate unique ID based on combobox selection?
I have no final solution and Cor will answer your question, so I only want to point out that you really should switch Option Strict On.Answered | 3 Replies | 4559 Views | Created by sanny007 - Monday, June 25, 2012 5:48 PM | Last reply by Armin Zingler - Tuesday, June 26, 2012 12:49 PM -
1 Votes
Question about Filter Based Feature Selection
Hi, The methodology used in the 2 modules for feature selection is different and you can find more information on the modules in the ...Answered | 2 Replies | 561 Views | Created by Memo93 - Wednesday, March 8, 2017 7:33 AM | Last reply by Memo93 - Thursday, March 9, 2017 10:16 AM -
0 Votes
JOIN on SELECT section
It is good to see you Enric, There are many embedded SELECTs.Answered | 1 Replies | 531 Views | Created by Enric Vives - Tuesday, February 7, 2017 8:46 AM | Last reply by ArthurZ - Tuesday, February 7, 2017 2:13 PM -
0 Votes
Hide optional section until a drop down selection is selected
Then the Section with option control will not display when we selected "c" in drop down control.Answered | 4 Replies | 2967 Views | Created by Scott.Bates - Tuesday, December 4, 2012 8:23 PM | Last reply by Emir Liu - Friday, December 7, 2012 3:27 AM -
0 Votes
Question about getting object ID's (Performance based)
Then when I get the ID I update the object if it is needed.Answered | 9 Replies | 5796 Views | Created by Greg Mueller - Tuesday, July 15, 2008 9:04 PM | Last reply by Greg Mueller - Friday, July 18, 2008 6:25 PM -
2 Votes
how to filter based on login user id ?
In the filter section, select the filtering column as "Created By" ( or any other column of type person), select the "is equal to" ...Answered | 1 Replies | 3481 Views | Created by Ronaldo.K - Thursday, December 22, 2011 1:58 AM | Last reply by Ram Prasad Meenavalli - Thursday, December 22, 2011 2:12 AM -
0 Votes
Select a field based on month
Colm as Bal3 from table Now based on month id (Datepart("MM",GETDATE())) you can fetch the relevant query using execute sql task and save it in a ...Answered | 4 Replies | 1318 Views | Created by TnMike - Wednesday, May 15, 2013 5:45 PM | Last reply by Harry Bal - Friday, May 17, 2013 6:01 PM -
0 Votes
how to get id in the gridview based on the selected row
A code demo in the thread below would be helpful to ...Answered | 1 Replies | 1094 Views | Created by Praveenrangu - Monday, August 3, 2015 4:14 PM | Last reply by Patrick_Liang - Tuesday, August 4, 2015 4:51 AM -
1 Votes
Unique ID based on condition
SELECT dense_rank()over (order by OrgId, RiskCat) as UniqueID, OrgId, RiskCat FROM @tempBest Regards, Uri Dimant SQL Server MVP ...Answered | 1 Replies | 2528 Views | Created by Milli_22 - Monday, November 7, 2011 6:05 AM | Last reply by Uri Dimant - Monday, November 7, 2011 6:29 AM -
0 Votes
select based on List<int>
Hi I need to pass a List<int> into a function that should return the result based on what int I pass on.Answered | 2 Replies | 5386 Views | Created by magmo - Tuesday, May 10, 2011 7:15 AM | Last reply by Alan_chen - Thursday, May 12, 2011 1:56 AM -
0 Votes
HOW TO DELETE Based on a SELECT
Why can't I do a DELETE base on a SELECT.Answered | 9 Replies | 1017 Views | Created by jal2 - Thursday, October 16, 2014 8:28 PM | Last reply by jal2 - Thursday, October 16, 2014 9:59 PM -
0 Votes
select query for selecting id in customer table by name
1; Plamen RatchevAnswered | 2 Replies | 4445 Views | Created by GNMurthy - Thursday, December 17, 2009 9:11 PM | Last reply by Plamen Ratchev - Thursday, December 17, 2009 10:10 PM -
3 Votes
Custom Sections Configuration Question and/or Problem
Since I don't think MSbuild has the Custom Section Feature, could you please let me know which language do you program with?Answered | 3 Replies | 12088 Views | Created by goldbishop - Thursday, December 16, 2010 4:44 AM | Last reply by Ed Price - MSFT - Tuesday, November 13, 2012 1:02 AM -
0 Votes
divide flatfile into mutiple files based on id
Write your logic that split on id and output each id-group as a separate message.Answered | 10 Replies | 1316 Views | Created by Mohit Kumar Gupta - Friday, October 11, 2013 10:19 AM | Last reply by koushal.deshpande - Friday, October 11, 2013 6:38 PM -
0 Votes
Filter Options Based on Selection
Based on your business requirement, you might need to update the work item type each time when new area/iteration is created.Answered | 3 Replies | 3373 Views | Created by TTGuy - Wednesday, February 4, 2009 10:45 PM | Last reply by Bill.Wang - Monday, February 9, 2009 10:20 AM -
0 Votes
My infopath Drop down has an option of "Select ALL" which should dispaly all the rows in repeating section. that fails
I created a control in my repeating section , associated o each question.Answered | 9 Replies | 8081 Views | Created by GECAKMicrosoft - Friday, December 10, 2010 5:52 PM | Last reply by GECAKMicrosoft - Monday, December 13, 2010 9:21 PM -
0 Votes
Select Query based on condition Urgent
Should be: SELECT id, name, type FROM #temp WHERE @req = 1 AND type = 0 UNION ALL SELECT id, name, type FROM #temp ...Answered | 20 Replies | 5479 Views | Created by MANOJ MATHE - Thursday, July 16, 2009 12:00 PM | Last reply by - Thursday, July 16, 2009 8:50 PM - Items 1 to 20 of 2739836 Next ›
No announcements