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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikapple
Creator
Creator

need help

i need to show before dot word(only first dot before data)

how

Labels (1)
2 Replies
MK_QSL
MVP
MVP

use below in script


SubField(YourFieldName,'.',1) as YourNewField

shiveshsingh
Master
Master

May be this

load SubField(A,'.',1) as F