Hi there
Wondering what is the best way to show calculated data, for instance: the % of FTEs vs contractors resources. Here is what I have in confiform
name
type —> FTE or CTR
cost
what I want is the following
total FTE, and CTR
And
FTE / total resources (FTE and CTR) = % of FTE
would that be solved by ConfiForms ValueView?
thanks
Have a look at this page https://wiki.vertuna.com/display/CONFIFORMS/Advanced+aggregations+and+calculations+with+TableView+Merger
And yes, the same approach can be used by ValueView, calculating each value individually
Alex
thanks @Alex Medved _ConfiForms_
I used table merger and it display like this
Type - Total
CTR - 30
FTE - 10
but how to display at the end or within each row the % of that number
Type - Total - Percentage
CTR - 30 - 75%
FTE - 10 - 25%
thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Something like this
FTE%:([count_type=FTE]*100/[total])
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hmmm, I haven’t tried this but it doesn’t sound right to me. Would like an explanation please.
I am thinking loud here, Why I need to mention count_type=FTE? It need to be dynamically for that row, no? Also I am assuming [total] means the total of all rows?
My guess the correct formula is ([count_type]*100)/[Total]? Haven’t tried this but the goal to make it dynamic per row. Total is the column in the table merge
please note the data example I gave is simple :) the actual data I have is more than 2 rows. I just didn’t want to show the entire data
thanks @Alex Medved _ConfiForms_
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is doable? I have suggested a way how to calculate grouped values. you had doubts and own suggestions - feel free to use whatever you think is appropriate
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks for getting back to me but your suggestion is not dynamic and I tried it as well with Table Merger but it didn't work. Sorry if I misunderstood your suggestion. but I am looking for dynamic result, let me try to make is more clear of what I am looking for:
table Merger:
Type - Total Resources - Percentage
CTRA - 20 - 25%
CTRB - 30 - 37.5 %
FTEA - 20 - 25%
FTEB - 10 - 12.5%
the percentage column need to by dynamic based on left side (Total Resources). Hoping there is a solution something like this: ie: CTRA = (20/80) * 100
what is CTRA --> 20 will be in the formula
what is the entire total resources --> 80 will be in the formula
Thanks for all the help @Alex Medved _ConfiForms_
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.