Vertican
  • Go To Corporate Site
  • vPortal Login
Learn about the latest benefits within your new Collection-Master subscription. Significantly discounted vMedia cost, on-going version updates, unlimited claims, upgraded product support plans, value-added free modules, and DTP activation are just a few of the things you can expect from our 2021 Total Plan Subscription Policy.


VT

vPortal Login

CAPS LOCK IS ON

Forgot Your Password? - Forgot Your Username?

Not a member yet? Click here to apply

Vertican’s inaugural Virtual Town Square is a week (12/7 -12/11) of webinars, hands-on workshops, client roundtables, health checks, and social events. Workshops will be hosted by Vertican SMEs, general sessions are a great way to learn what’s new and what’s planned at Vertican, while social events will allow you to network and catch up with colleagues.




Copyright © Vertican Technologies, Inc. - Privacy Policy

Hints on Filtering Results

Type Description Examples
text Any text entered in the filter will match text found within the column abc (finds "abc", "abcd", "abcde", etc); Aaron (finds "Aaron" and "Philip Aaron Wong")
/\d/ Add any regex to the query to use in the query ("mig" flags can be included /\w/mig) /b[aeiou]g/i (finds "bag", "beg", "BIG", "Bug", etc); /r$/ (matches text that ends with an "r")
< <= >= > Find alphabetical or numerical values less than or greater than or equal to the filtered query. >= 10 (find values greater than or equal to 10)
! or != Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal ( =), single ( ') or double quote ( ") to exactly not match a filter. !fe (hide rows with "female" in that column, but shows rows with "male"); !a (find text that doesn't contain an "a")
" or = To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query abc" or abc= (exactly match "abc")
 &&  or  AND  Logical "and". Filter the column for content that matches text from either side of the operator. box && bat (matches a column cell that contains both "box" and "bat"); Br && c (Find text that contains both "br" and "c")
 -  or  to  Find a range of values. Make sure there is a space before and after the dash (or the word "to") (4). 10 - 30 or 10 to 30 (match values between 10 and 30)
? Wildcard for a single, non-space character. J?n (finds "Jan" and "Jun", but not "Joan")
* Wildcard for zero or more non-space characters. B*k (matches "Black" and "Book")
| or  OR  Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar (3). box|bat (matches a column cell with either "box" or "bat")
~ Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query (v2.13.3) ~bee (matches "Bruce Lee" and "Brenda Dexter")
 
Processing