QlikSense Data Cleaning challenge: Learn how to use Len,left, right, Index, subfield to clean data.

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ม.ค. 2025

ความคิดเห็น • 21

  • @thinkmetrics
    @thinkmetrics  2 ปีที่แล้ว +1

    🎓 Get the Qliksense masterclass : www.thinkmetrics.se/masterclass
    📕 Get the Formula CheatSheet: www.thinkmetrics.se/cheatsheet

  • @abhijeetjoshi-gl9hy
    @abhijeetjoshi-gl9hy 2 ปีที่แล้ว +1

    Best Ever explanation on the topics related to Qliksense on entire youtube.Hats off Thanks a lot

    • @thinkmetrics
      @thinkmetrics  2 ปีที่แล้ว

      🙌🏻🙌🏻🙌🏻

  • @rajeshv8012
    @rajeshv8012 3 ปีที่แล้ว +2

    Excellent explanation, Appreciate your efforts.

  • @Account2129
    @Account2129 ปีที่แล้ว

    10:21 why do we need to do an alternative load?
    Why can't we just add the code to the end?
    Thanks

  • @azadehmshchn4114
    @azadehmshchn4114 3 ปีที่แล้ว +1

    keep up the good work! super helpful

  • @304varun5
    @304varun5 2 ปีที่แล้ว +1

    Can you please explain how to write complex set expressions

    • @thinkmetrics
      @thinkmetrics  2 ปีที่แล้ว +2

      Sure.

    • @304varun5
      @304varun5 2 ปีที่แล้ว

      @@thinkmetrics Thank you
      especially regarding addyears, addmonths, ytd, qtd and wtd set expressions

  • @rams_stuff
    @rams_stuff 3 ปีที่แล้ว +1

    Thanks 👍 for excellent information

  • @vamshikn
    @vamshikn 2 ปีที่แล้ว +1

    This worked for me! Without using the len, index functions
    load *,
    SubField(first_lastname,'.',1) as first_name,
    SubField(first_lastname,'.',2) as last_name
    ;
    LOAD
    objectid,
    SubField(objectid,'2',1),
    SubField(objectid,'2',2) as first_lastname,
    SubField(objectid,'.',1)
    FROM [lib://DataFiles/datacleaningfile.xlsx]
    (ooxml, embedded labels, table is [data cleaning]);

  • @gordonash6031
    @gordonash6031 2 ปีที่แล้ว

    Great video - how would you find the first occurrence of a non-numeric after the XY32 ? Like if there was a XY33 we couldn't use the literal in the index clause?

  • @mangammakashaboina2476
    @mangammakashaboina2476 3 ปีที่แล้ว +1

    Superb

    • @thinkmetrics
      @thinkmetrics  3 ปีที่แล้ว +1

      Thank you 🙌🏻🙌🏻🙌🏻

  • @Enaklam
    @Enaklam 3 ปีที่แล้ว +1

    LOAD * From Perfect_Table Where Data='Clean';