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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Can I access loaded fields in the script?

Hi everyone!

I don´t know if can be done. I need to acces to the loaded values of some fields to create a new table inline in the script.

Is it possible???

Thanks a lot.

2 Replies
Miguel_Angel_Baeyens

Hi,

You have both Peek() and Lookup(), and likely FieldValue() to achieve that. What do you exactly want to do?

Miguel

Not applicable
Author

Thanks for the reply.

Well, I´ve got an excel table whith a lot of clients and 12 columns, one per month. If the client answered in Jan, the the register ID - Column1 has a '1', and null in the othe case. If he answered en february the the 1 is in the register ID - Column2. I want to create a table that combine the 12 columns in one column. ID Month. If the client is from Jan, then in month will apear a 1, etc.

I hope that i explained myself.