Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Hi,
You have both Peek() and Lookup(), and likely FieldValue() to achieve that. What do you exactly want to do?
Miguel
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.