vishu Tyagi Posted May 13, 2021 Share Posted May 13, 2021 Hi I've a dashboard in which i have created Cross table with using custom expression fo some columnsto get dynamic value in respect of searched item. Now i have requirement i wanted to give multiple item at a time then it will compare single-single item and get the calculation done then next item will come and get their result then next and then next so and so forth. But i wanted to store the result values from first to the last item and wanted to download it later. For example I've items A,B,C,D,E,F. I wanted to give all these items like a list at once(like for loop iteration works) and start getting value for the first item'A' then'B' then'C' like a loop it will work. So i need when item 'A' give the value that value needs to store somewhere because the next item 'B' will come and it will show it's value .so like for all the items i need to store value somewhere so that next item won't wipe out the value for previous one. After finishing from item 'A' to item 'F'. i wanted to download the complete list of values from A to F. Can we strore value our resulted table for some duration Table A: Col_A_Part Col_B Col_C Col_D Col_E Col_F Part A 1.87 14.50 3.78 5.40 3.24 Table B: Col_A_Part Col_B Col_C Col_D Col_E Col_F Part B 1.22 28.19 3.73 7.49 1.98 Part A 0.59 19.58 2.84 2.73 0.60 Part C 0.50 17.46 0.39 2.40 2.68 Part D 0.29 10.09 1.92 1.28 1.43 Part E 1.03 27.57 4.10 1.94 2.22 Q1. I need if searching all these part in a list give some result that result i wanted to store from Part A to Part E and then download the result. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now