Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
jelly_gvm
Creator
Creator

equivalent function of inticap() in qlikview

Hi All,

is there any similar or equivalent function of  inticap()(SQL function) is avaliable in qlikview

Thanks,

1 Solution

Accepted Solutions
swuehl
MVP
MVP

You mean Initcap() function, right?

Please check the Help for all string functions, then you should get around

capitalize(s )

Returns the string s with all words capitalized.

Example:

capitalize ('my little pony') returns 'My Little Pony'

capitalize ( 'AA bb cC Dd') returns 'Aa Bb Cc Dd'

View solution in original post

2 Replies
swuehl
MVP
MVP

You mean Initcap() function, right?

Please check the Help for all string functions, then you should get around

capitalize(s )

Returns the string s with all words capitalized.

Example:

capitalize ('my little pony') returns 'My Little Pony'

capitalize ( 'AA bb cC Dd') returns 'Aa Bb Cc Dd'

jelly_gvm
Creator
Creator
Author

sorry to say delay response

thanks a lot