MichaelBarrowQrew Cadet9 years agoHow to extract just the page name from a URLLet's say I have a text or URL field that contains the following: http://www.domainname.com/pagename.html How would I go about extracting just "pagename" without "http://www.domainname.com/" bef...Show More
QuickBaseCoachDQrew Captain9 years agoTry thisvar text RightToSlash = right([my field],"/");Left($RightToSlash,".")
Related ContentCode Page Formula ButtonRefresh Code PageCode Page for User to Search And Return ValueExtract Date and Comment from prepend log entry fieldDuplicating Page/Dashboard on New App