August 9, 200718 yr Newbies Hello out there- I understand very basically that one can make a text calculation that will make certain parts of a text remain in the calculation if i use the examples: www.yahoo.com/help.html=#5478883 www.yahoo.com/help.html=#5783332_free89 i would like to find out how to get the text, whatever it is after the "=" sign until the end of the text or in this case #5478883 #5783332_free89 I would like to use this in a calculation field so I can get everything after the equal sign. Cin
August 9, 200718 yr Let's say that data is in the field webAddr, then your calcuation can be: Let( eqPos = Position ( webAddr ; "=" ; 1 ; 1 ); Right( webAddr; Length(webAddr) - eqPos ) )
Create an account or sign in to comment