User Tools

Site Tools


syntax:functions:upper

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
syntax:functions:upper [2021/08/02 03:16] craigtsyntax:functions:upper [2021/08/14 22:24] (current) – [Examples] craigt
Line 24: Line 24:
 =====Examples===== =====Examples=====
  
-  upper('Health Services''HEALTH SERVICES' +  upper('Health Services'//Returns 'HEALTH SERVICES' 
-  upper('all lowercase''ALL LOWERCASE' + 
-  upper([Industry]) 'ENERGY'  //Using a field name; [Industry] = 'Energy' +  upper('all lowercase'//Returns 'ALL LOWERCASE' 
-  upper([YourIndustry]) = upper([MyIndustry])  //Case insensitive comparison between two fields+ 
 +  upper([Industry]) //Returns 'ENERGY'  (Using a field name; [Industry] = 'Energy'
 + 
 +  upper([YourIndustry]) = upper([MyIndustry])  (Case insensitive comparison between two fields)
  
  
syntax/functions/upper.txt · Last modified: 2021/08/14 22:24 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki