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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Nagaraju_KCS
Specialist III
Specialist III

need help on Ad-hoc report

Hi Community,

I have done simple Ad-hoc report,

Capture.PNG

if i make selections Dimension = Year and Measure= A,B,C and Total

1.PNG

here total working fine 1550,  total calculation A+B+C.

MY requirement, if i make single selection Measure= A and Total,  i have to show my total, my total not showing because,

i have written my expression Column(1)+Column(2)+Column(3),

Capture.PNG

and if i'm make selections A, B and Total, i need to show based on selection Total.

same as A, C and Total

How to write expression total ?

Thanks in Advance...

Labels (1)
22 Replies
stabben23
Partner - Master
Partner - Master

Instead of using column() it possible to use the Expression it self without the total in the column.

RangeSum([0-30],[31-60],[61-90]) is a neat way to solve this problem.

tresB
Champion III
Champion III

I agree, that would a neater solution. However, wouldn't that be a kind of static solution? What if the values change or increase in measure field.

Nagaraju_KCS
Specialist III
Specialist III
Author

Really Awesome Guys .

Your BRAIN working like Machines.