
Creator
2014-10-08
04:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mutliple by 100
Hello All, Hopefully a simple one!
How do I multiply the result of the below formula by 100?
sum([NPSP])/sum(NPSS)-sum([NPSD])/sum(NPSS)
Thanks in Advance
- Tags:
- new_to_qlikview
379 Views
1 Solution
Accepted Solutions

MVP
2014-10-08
04:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
(sum([NPSP])/sum(NPSS)-sum([NPSD])/sum(NPSS))*100
Regards
Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
330 Views
3 Replies

MVP
2014-10-08
04:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
(sum([NPSP])/sum(NPSS)-sum([NPSD])/sum(NPSS))*100
Regards
Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
331 Views


Specialist
2014-10-08
04:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
( sum([NPSP])/sum(NPSS)-sum([NPSD])/sum(NPSS) )* 100
or create a variable vSum = sum([NPSP])/sum(NPSS)-sum([NPSD])/sum(NPSS) and another variable vSumMultiplied = $(vSum) * 100

Creator
2014-10-08
04:18 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks, sure I tried that but clearly not. Appreciate the help
330 Views
