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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
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.

Labels (1)
2 Replies
Miguel_Angel_Baeyens
Employee
Employee

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.