Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI All,
I am trying to achive expression value but failing.... i am able to achive same result in excle but not in qlikview
Appreciate any help on this ... Please find attached Qvw and Source file
Thanks
Found Solution ...
Expression for Gn
=
sum
(
(B) * C
/
(1-(C))
)
Expression for Hn
= sum
(
(B) * C
/
(1-(C))
)
/
(
sum
(
(B)
/
(1-(C))
)
)
FYI
You are loading G and H values from excel ....i am trying to achive those values in Qlikview
Found Solution ...
Expression for Gn
=
sum
(
(B) * C
/
(1-(C))
)
Expression for Hn
= sum
(
(B) * C
/
(1-(C))
)
/
(
sum
(
(B)
/
(1-(C))
)
)