Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Formula to expression

Hi ya'll!

I'm trying to create a simple sales / customer group report but I need to create a formula to the expression since I don't have an total sum field. The formula would would be:

sum of (quantity) * (unit price)

Any tips on this one?

Cheers!

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

In your load script, just write a line like

quantity * [unit price] as TotalPrice;

Regards,

sebablum

View solution in original post

3 Replies
Not applicable
Author

Hi,

In your load script, just write a line like

quantity * [unit price] as TotalPrice;

Regards,

sebablum

Not applicable
Author

Awesome, worked like a charm!

Thanks a lot mate!

Anonymous
Not applicable
Author

Glat this helped! Thanks Anttiturunen for also marking the answer are correct. This helps users accumulate points in QlikCommunity and also helps them build their online presence and expertise in QlikCommunity. Have a great day!