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: 
Not applicable

OOP (Object Oriented Programming) style scripting

Hi Folks,

Can I write the qlikview scripts like OOP's (Object Oriented Progamming) style.

I need to validate the each row of data in my script. The alogritham is like OOP style and like Inner for loops and If loops.

EX Alogoritham:

for each value A ()

{

     Obtian some fileds

    

     for each value B ()

     {

          if (A=B) then

           do some thing

     }

}

Please help me ....

Thanks in Advance.....

Thanks,

Siri

0 Replies