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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to Make a graph with the differences

Hello Guys,

error loading image

The graph does not see good if I select the CounterRdgDifference

error loading image

How Can I get this correct as I dont want this firstvalue to be seen.

Thanks

sravan

1 Solution

Accepted Solutions
johnw
Champion III
Champion III

I believe this:

sum(aggr(if(MeasuringReading<>DifferenceReading, DifferenceReading), Calendar.Year, Calendar.Month, Calendar.Day))

However, what I'd do instead is fix the difference reading as you load the data:

if(MeasuringReading<>DifferenceReading,DifferenceReading) as DifferenceReading

Then you can just use this:

sum(DifferenceReading)

View solution in original post

11 Replies
Not applicable
Author

No Ideas?

maneshkhottcpl
Partner - Creator III
Partner - Creator III

can u send the application?

Anonymous
Not applicable
Author

Sravan,

You can hide it by using calcualted dimension. But, I think, it is not the correct solution. The better way is to change your expression for the "difference" column so it will be blank in the earliest day.

Not applicable
Author

Hallo Michael,

Thanks for the Reply. Ya I also thought same with Calculated Dimension but it is not the correct Solution. I dont know how to change the Expression. Peek ??

The Expression is this


= Sum(DifferenceReading)
[/n code]

Any suggestions how to get the first value here Blank

Thanks
sravan</body>
Not applicable
Author

I did this and get the correct answer but still can I do in the script some changes?


= if(sum(MeasuringReading) =sum(DifferenceReading), null(), Sum(DifferenceReading))


Not applicable
Author

edit

Not applicable
Author

Any ideas here??

Not applicable
Author

Edit

Not applicable
Author

Hello,

Can any one help with the attached .qvw. I thought I got it before but still it is a problem.

[View:http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.49.52/measuringPointstest123.qvw]

Thanks in advance.

Sravan