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 ContentExtract Date and Comment from prepend log entry fieldEmbed quickbase form on public web pageDuplicating Page/Dashboard on New AppExtract Text Between 2 special charactersHome Page Search Bug