Not able to get url parameter value in a Sharepoint "calulated column" -


i want url parameter value in calculated column...here url

http://xyz/forms/formsvjfs/123.xml?openin=browser&defaultview=myview&source=http://xyz/sharepoint/distribution/

i want "myview" in calculated column...is there formula it?

got working..

here formula...

=left(right([urlcolumn],len([urlcolumn])-int(find("defaultview=",[urlcolumn])+11)),int(find("&",right([title],len([title])-int(find("defaultview=",[title])+11))))-1)


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -