Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
aaronnayan
Creator III
Creator III

help with expression in GBP (money)

Hi guys I have an expression

I need to get the end value in £GBP

Can someone assist me please

=money(sum({$<[GC]={"Body"}>}Sales))-money(sum({$<[GC]={"Body"}>}Budgets))

1 Solution

Accepted Solutions
Kushal_Chawda

money(sum({$<[GC]={"Body"}>}Sales)-sum({$<[GC]={"Body"}>}Budgets),'£#,##0.00')

View solution in original post

1 Reply
Kushal_Chawda

money(sum({$<[GC]={"Body"}>}Sales)-sum({$<[GC]={"Body"}>}Budgets),'£#,##0.00')