No announcements
Found 2701067 threads
-
0 Votes
XSLT Replace specific values in attributes and elements
These elements and attributes only contains the True of False value.Answered | 4 Replies | 11723 Views | Created by Dutchdre - Thursday, June 18, 2009 7:40 AM | Last reply by Dutchdre - Thursday, June 18, 2009 11:39 AM -
1 Votes
how to replace error values
Hi, You don't "replace" errors, you avoid the condition that leads to them (which would be dividing by 0 in your case).Answered | 7 Replies | 4646 Views | Created by VandanaReddy - Thursday, October 25, 2012 5:12 AM | Last reply by Sebastian Sajaroff - Friday, October 26, 2012 1:07 PM -
0 Votes
replace value
What is a failed value?Answered | 6 Replies | 1583 Views | Created by marybeth1975 - Sunday, September 8, 2013 12:57 AM | Last reply by SSISJoost - Monday, September 9, 2013 5:54 AM -
0 Votes
How to generate aggregated value as attribute?
So how can I use my current incremental ETL to load this table with better performance?Answered | 3 Replies | 3714 Views | Created by SSAS_user - Saturday, December 18, 2010 12:36 PM | Last reply by Todd C - Sunday, December 19, 2010 1:43 PM -
2 Votes
RegEx to get links attributes in order to replace
The sample page contains a sample that solves half of your problem (finding a tag with a specific attribute).Answered | 5 Replies | 5481 Views | Created by JamesWilcock - Friday, May 20, 2011 3:31 PM | Last reply by JamesWilcock - Monday, May 23, 2011 11:00 AM -
0 Votes
How to replace XML value in a table?
The following example shows how to replace values in an xml column: SELECT input_xml.query('inputdata/params/param[@name="pageSize"]') ...Answered | 3 Replies | 1496 Views | Created by Wood chipper - Tuesday, October 15, 2013 11:16 AM | Last reply by wBob - Tuesday, October 15, 2013 12:16 PM -
0 Votes
How to Find and Replace wildcard values?
Like: WHERE column_name LIKE '%WHERE [%]%' ... this will pull records with value 'WHERE %' anywhere occurring in the string.Answered | 4 Replies | 3095 Views | Created by ironryan77 - Wednesday, February 22, 2012 5:09 PM | Last reply by Manoj Pandey (manub22) - Wednesday, February 22, 2012 7:40 PM -
0 Votes
Replacing values using if-then logic
with all respect I believe the right action to select is ReplaceValues as if you select SetMissingValues, you will replace all missing values by -500, using ReplaceValues you can ...Answered | 6 Replies | 618 Views | Created by lisau04 - Thursday, November 5, 2015 3:35 PM | Last reply by Moncef - Thursday, November 12, 2015 10:17 AM -
0 Votes
how to get an element value by attribute value and type
Public Class Form1 Dim xmlPhones = <Phones> <Phone Type="Home">562-8541</Phone> <Phone ...Answered | 1 Replies | 2732 Views | Created by wickeddish - Tuesday, June 22, 2010 9:52 AM | Last reply by TechNoHick - Tuesday, June 22, 2010 3:45 PM -
0 Votes
how to replace a part of value in a select?
Try this declare @a as table(id int) insert @a values(322), (323), (324) select case when left(id, 1) = 3 then stuff(id, 1, 1, 2) else ...Answered | 4 Replies | 1324 Views | Created by sh 2020 - Saturday, January 5, 2013 6:53 PM | Last reply by Murali P B - Sunday, January 6, 2013 5:43 AM -
3 Votes
replace value in column
REPLACE(REPLACE((REPLACE(AffiliateCode,"RCM","01600-AUM")),"AZ INS","AZ AUM"),"Value to ...Answered | 15 Replies | 5458 Views | Created by ssisadmin - Friday, October 23, 2009 11:21 PM | Last reply by Nik - Shahriar Nikkhah - Monday, October 26, 2009 6:39 PM -
0 Votes
Replace text in a variable value?
Then write code to manipulate its value.Answered | 2 Replies | 4397 Views | Created by ysrini - Wednesday, November 3, 2010 9:39 PM | Last reply by Todd C - Thursday, November 4, 2010 2:48 AM -
0 Votes
Attribute By Type Showing Values
Here is example of refactoring such table to the format you need: http://pratchev.blogspot.com/2010/07/refactoring-entity-attribute-value.html Plamen RatchevAnswered | 3 Replies | 4617 Views | Created by j_c_b_2 - Thursday, February 3, 2011 11:18 PM | Last reply by Plamen Ratchev - Friday, February 4, 2011 2:44 AM -
1 Votes
How to read xml attribute value in 2.0
XmlNode international = inventory.SelectSingleNode("International"); ...Answered | 7 Replies | 5083 Views | Created by JafferyM - Monday, March 30, 2009 7:35 PM | Last reply by shhash - Friday, March 26, 2010 8:19 AM -
1 Votes
Replace xml all node values when it contains certain value
Check this outAnswered | 4 Replies | 1141 Views | Created by David Billa - Tuesday, May 21, 2019 11:15 AM | Last reply by Hari VS_Kid - Tuesday, June 4, 2019 8:23 AM -
0 Votes
Changing Attribute Values in CustomXMLNodes
> How do I change attribute values of CustomXMLNodes in C#?Answered | 3 Replies | 564 Views | Created by dealing16 - Sunday, April 17, 2016 7:17 PM | Last reply by Edward8520 - Tuesday, April 19, 2016 3:27 AM -
1 Votes
Incorrect Attribute Values
The reason that I used four columns is because that is how many columns I had in my real-world example that didn't work.Answered | 11 Replies | 3477 Views | Created by Russell Sneddon - Monday, October 3, 2011 1:57 AM | Last reply by Darren Gosbell - Wednesday, October 5, 2011 11:59 AM -
1 Votes
Updating the annotation attribute value of a class at runtime
Calling replace on a string will return a new string in both .NET and Java, it doesn't modify the original string.Answered | 4 Replies | 5080 Views | Created by sams6 - Wednesday, June 6, 2012 8:34 AM | Last reply by RohitArora - Wednesday, June 6, 2012 9:45 AM -
0 Votes
How to Extract the value of a Value Attribute in Option Tag?
There is no reason why you can't any value from the Selct tag!Answered | 5 Replies | 4823 Views | Created by Bhawana D - Wednesday, October 15, 2008 7:42 AM | Last reply by slumley MSFT - Friday, November 7, 2008 2:02 PM -
5 Votes
How to replace values in a select?
hi all I use this t-sql : SELECT PAH.TypeRef,PAH.ProductActionHeaderNum,PAH.ProductActionHeaderDate,PAH.ProductActionHeaderComment, ...Answered | 3 Replies | 1699 Views | Created by sh 2020 - Friday, September 28, 2012 4:26 PM | Last reply by S_Surve - Friday, September 28, 2012 4:31 PM - Items 1 to 20 of 2701067 Next ›
No announcements