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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Set analysis issue

Hi guys,

I can't understand what wrong with my expression

Avg({<oDate={">=$(=date(vStart,'DD/MMM/YYYY'))<=$(=date(vEnd,'DD/MMM/YYYY'))"}>} [Brand Perception])  is?

Please see my attached file.

Thanks,

6 Replies
richard_pearce6
Partner - Specialist
Partner - Specialist

Try

avg ({<oDate={">=$(=date(vStart,'DD/MMM/YYYY'))"},oDate={"<=$(=date(vEnd,'DD/MMM/YYYY'))"}>} [Brand Perception])

Not applicable
Author

Try with this:

=Avg(DISTINCT {<oDate={">=$(=date(vStart,'DD/MMM/YYYY'))<=$(=date(vEnd,'DD/MMM/YYYY'))"}>} [Brand Perception])

its_anandrjs
Champion III
Champion III

I dont believe there is any error might be try like

=Avg({<oDate={">=$(=date(date#(vStart,'DD/MMM/YYYY')),'DD/MMM/YYYY')<=$(=date(date#(vEnd,'DD/MMM/YYYY')),'DD/MMM/YYYY')"}>} [Brand Perception])

or may be this

=Avg(DISTINCT {<oDate={">=$(=date(date#(vStart,'DD/MMM/YYYY')),'DD/MMM/YYYY')<=$(=date(date#(vEnd,'DD/MMM/YYYY')),'DD/MMM/YYYY')"}>} [Brand Perception]) 

Not applicable
Author

which is the expected result?

Anonymous
Not applicable
Author

The expression is correct, works fine as it is.

Not sure though what you're trying to do with it in your application.  But this should be a different question.

Anonymous
Not applicable
Author

Sorry guys,

I found the problem. the expression is good.