I Obtain a #value ! on cell after applying this formula : if( [../cout_tranche/num_tranche]=10 , round( ( [COUT_TRAC_MOY] / [TARIF_TRANCHE] )*100 ,2)).
../cout_tranche/num_tranche = band 2 of my grid
If want to show a value of one row of childBand in Parent band ( band 0)
is the right syntax?
Hello wassistef,
After some research, the "Looping in a formula support" has been determined to be a new product idea. I have sent your idea directly to our product management team.
Our product team chooses new ideas for development based on popular feedback from our customer base. Infragistics continues to monitor application development for all of our products, so as trends appear in requested features, we can plan accordingly.
We value your input, and our philosophy is to enhance our toolset based on customer feedback. If your idea is chosen for development, you will be notified at that time.
Your reference number for this product idea is PI12110087.
If you would like to follow up on your request at a later point, you may contact Developer Support management via email. Please include the reference number of your product idea in the subject and body of your email message. You can reach Developer Support management through the following email address: dsmanager@infragistics.com
Thank you for your request.
yes, this is a good idea :)
thank you for your help
If you like I could log this as a new product idea for you. Please let me know if you have any other questions regarding this topic.
No, there is no support for looping in a formula.
thank you very much :)
another litle question. if i want to test all the subrow can i do a sort of For Loop?
IF ([../Band 1/Column 0(1)] = 10
IF ([../Band 1/Column 0(2)] = 10
IF ([../Band 1/Column 0(3)] = 10
...