Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Solved
I really want to help, but I was not able to find the link to the previous discussions where me and others have provided a similar solution. May be kush7337 can help us find a previous discussion
Hi,
I think that a combination with Pick, Dimensionality and Dual functions can do it.
Pick(Dimensionality()+1,
Expr0 -> Dual(Num(ExprMonthly,'#.##0')&chr(10)&Num(ExprPercent,'#.##0%')
Expr1 (Your expression for calculate Monthly income)
)
On Presentation, in label for totals -> ='Monthly Income'&chr(10)&'%'
Regards!
Hello stalwar1I attach my QVW sample. Hope you can help! Thanks in advance
Hi microwin88x,
I have attached you your example with my comment.
Regards
May be this
Hello Manuel, thanks for your answer.
The example is visually ok, but the thing is that I need to export that table to Excel.
And when I do that, I see the following:
Note that the subtotal is concatenated to the total, I would need that information in 2 Rows. For example:
Thank you!!!