Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello!
I'm facing the following problem: I created a report and made some basic selections, after that I want to loop through possible values of field X to generate a sheet. The problem is, the component "List values of field" ignores the previos selections, so it loops through all the possible fields of value X. How can I ressolve it?
Cheers
Ramina
Hi, @Ramina I faced same issue. This requires some previous data work. First you need a field that joins the 2 fields you want to loop and make them unique.
Im my case it was Managers and Providers. I had to loop through each Managers team, so I created Managers_Providers.
I added here an automation sample I used. Please check the comments for each block. I think it will be better for your understanding. It was a very complex work. Hope that helps!!
Hi, @Ramina I faced same issue. This requires some previous data work. First you need a field that joins the 2 fields you want to loop and make them unique.
Im my case it was Managers and Providers. I had to loop through each Managers team, so I created Managers_Providers.
I added here an automation sample I used. Please check the comments for each block. I think it will be better for your understanding. It was a very complex work. Hope that helps!!
OMG! Thank you! This is incredible idea, I'm going to try it!
I implemented a new field that concatenated two fields and added it as a PAGE in a template and it worked. Thank you very much! You ended my struggle. 😄
That`s great, @Ramina ! Glad I could help!!