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: 
Not applicable

Significant test in Qlikview

I wonder how to add the significant test mark in the calculated table.

Here is an example.

The calculated chart like:

  

Overall LikingProduct 1Product 2
Sample Size61141
Overall Liking8.16.1
STDEV1.2

1.4

I want the output like:

  

Overall Liking20917929
AB
Sample Size61141
Overall Liking8.1(B)6.1
STDEV1.21.4

The sample size, Overall Liking, STDEV are calculated results.

Thanks

1 Reply
effinty2112
Master
Master

Hi,

Try something like

OverallLikingExpression & If(OverallLikingExpression >8, '(B)')


Cheers


Andrew