26 april 2022 Splitting strings with the Qlik SubField() function Deel dit bericht Every Friday at Bitmetric we’re posting a new Qlik certification practice question to our LinkedIn company page. Last Friday we asked the following Qlik Data Architect certification practice question about the Qlik SubField() function used to split strings based on a common delimiter: The correct answer is C: SubField() Without going in too to much depth of whether #HoursWorked is a measure we should be scared of or not, we guess this question hasn’t taken too much of your time this week, seeing how unanimously this has been answered. A transformation which is pretty commonly encountered is separating values from a single field. Whether it is a comma separated value, a composed field or retrieving information from a file location, it is often necessary to extract only part of a field value. For this question SubField() would be the syntax of choice. The power of SubField() lays in the fact that we separate the values based on a given delimiter, rather then a length. While in this case we could have simply said Right(‘$(vField’), 4) to retrieve the right four characters, this wasn’t part of the options, nor is it the most elegant. In many cases this won’t suffice, because the field we are trying to separate has a variable length or the whole string consists of more than two words. Qlik SubField() syntax The SubField() function has the following syntax: SubField(text, delimiter[, field_no ]) Reviewing the answer; our text is the variable vField which is split by a single space as the delimiter and we would like to return the second field number to retrieve only the year number from the string. Another thing to know about SubField() is that the field number we would like to return can be either a positive or a negative number. If we use a positive number, the return value would be the first field before the set delimiter and work its way subsequently backwards. If we use a negative number, the field value after the last delimiter would be returned and works its way subsequently forwards. To visualize: SubField(‘This is a test’, ‘ ‘, 3) returns ‘a’ SubField(‘This is a test’, ‘ ‘,-1) returns ‘test’ That’s it for this week. See you next Friday? More from the Bitmetric team Bitmetric Qlik Support Keep your Qlik environment running smoothly with proactive support that prevents issues before they appear. Available on flexible monthly plans. Learn more. Qlik vs Power BI Series See how Qlik and Power BI perform when theory meets reality. Three apps rebuilt, every step examined. Learn more. Friday Qlik Test Prep Functions Qlik Solution Hoe kunnen we je ondersteunen? Barry beschikt over meer dan 20 jaar ervaring als architect, developer, trainer en auteur op het gebied van Data & Analytics. Hij is bereid om je te helpen met al je vragen. Bel ons Mail ons 12 juli 2026 Qlik naar Power BI of Microsoft Fabric migreren: de complete gids (2026) Overstappen van Qlik naar Power BI of Microsoft Fabric is geen gewone migratie, maar een herbouw. In deze gids lees je wanneer overstappen logisch is, wat je kunt hergebruiken en hoe je het traject realistisch aanpakt. Microsoft Fabric Migration Power BI Qlik 1 juli 2026 Migreren naar Qlik Cloud: de complete gids (2026) Elke dinsdag levert Qlik een nieuwe release uit, on-premise wacht je een stuk langer. Toch gaat een migratie naar Qlik Cloud niet over apps overzetten alleen: governance, licentiemodel en beheer veranderen compleet. In deze gids leg ik uit wat je meeneemt, wat verandert, en wanneer je er een partner bij haalt. Governance Migration Qlik QlikView 16 juni 2026 Proactieve Qlik Cloud support is meer dan af en toe bellen hoe het gaat Proactieve support is meer dan af en toe bellen hoe het gaat. Met de Qlik Tenant Check controleren we dagelijks Qlik Cloud omgevingen op risico’s die nog geen incident zijn, maar dat later wel kunnen worden. Qlik Support
12 juli 2026 Qlik naar Power BI of Microsoft Fabric migreren: de complete gids (2026) Overstappen van Qlik naar Power BI of Microsoft Fabric is geen gewone migratie, maar een herbouw. In deze gids lees je wanneer overstappen logisch is, wat je kunt hergebruiken en hoe je het traject realistisch aanpakt. Microsoft Fabric Migration Power BI Qlik
1 juli 2026 Migreren naar Qlik Cloud: de complete gids (2026) Elke dinsdag levert Qlik een nieuwe release uit, on-premise wacht je een stuk langer. Toch gaat een migratie naar Qlik Cloud niet over apps overzetten alleen: governance, licentiemodel en beheer veranderen compleet. In deze gids leg ik uit wat je meeneemt, wat verandert, en wanneer je er een partner bij haalt. Governance Migration Qlik QlikView
16 juni 2026 Proactieve Qlik Cloud support is meer dan af en toe bellen hoe het gaat Proactieve support is meer dan af en toe bellen hoe het gaat. Met de Qlik Tenant Check controleren we dagelijks Qlik Cloud omgevingen op risico’s die nog geen incident zijn, maar dat later wel kunnen worden. Qlik Support