Hi,
1. Can I create a variable based on, say Query1, and use the same to compute a Percentage on another Query?
2. WHat if I have 2 queries which return as follows-
Query1
col_1 Percentage
----- ----------
20
30
Query2col
---
50
120
Now, to compute Percentage for Query1, I need to do-
Percentage(20;50)=40%
Percentage(30;120)=25%
How to perform this kind of computation?
1. Can I create a variable based on, say Query1, and use the same to compute a Percentage on another Query?
2. WHat if I have 2 queries which return as follows-
Query1
col_1 Percentage
----- ----------
20
30
Query2col
---
50
120
Now, to compute Percentage for Query1, I need to do-
Percentage(20;50)=40%
Percentage(30;120)=25%
How to perform this kind of computation?