Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
amien
Specialist
Specialist

GL account and INTERVALMATCH question

interval:

LOAD * INLINE [

    GL_text      , GL_from ,  GL_to   

    first            , 10000, 20000

    second       , 20000, 30000

    third           , 40000, 50000   

];

Is use this function to put all GL accounts in a certain category (GL_text).. works great ..

but for some reports i need this function too, but with an extra dimension.

Each GL account has a code .. and based on that code, the need need to be in a certain category (GL_text)

and its mixed .. for some GL accounts the code is not taken into consideration .. but for others it is .. so its mixed.

So, i have this table

GL_account , code

20000          , X1

20000          , X2

GL account 20000 and X1 should have a GL_text of 'forth'

and GL account 20000 and X2 should have a GL_text of 'fifth'

How can i solve this?

1 Solution

Accepted Solutions
stephencredmond
Luminary Alumni
Luminary Alumni

Hi Amien,

Do you know that IntervalMatch can accept additional "keyfield" parameters (look for "IntervalMatch (Extended Syntax)" in the help file.

That might work for you?

Regards,

Stephen

View solution in original post

1 Reply
stephencredmond
Luminary Alumni
Luminary Alumni

Hi Amien,

Do you know that IntervalMatch can accept additional "keyfield" parameters (look for "IntervalMatch (Extended Syntax)" in the help file.

That might work for you?

Regards,

Stephen