Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Data does not display for One value

Hi

Can someone help in figuring out why data does not display for just one Group-Function Value in the attached application?

Thank you

3 Replies
m_woolf
Master II
Master II

Using TP50 as an example, you have used the only function. If you restrict the date to 9/9/2015, there are multiple values for TP50. Therefore only returns null.

settu_periasamy
Master III
Master III

Hi,

Only function will retrun Null, if there Multiple value. as already said by mwoolf

Capture.JPG

May be you can try with sum instead of Only(). Like

Sum({<ServiceTimeSeries.Date={'>=$(=Date(vStartDate))<=$(=Date(vEndDate))'}>}TP50)

jagan
Luminary Alumni
Luminary Alumni

HI,

Only() will return value if you have only one value, if you have multiple values then you have to use Sum() or Avg() depending on your requirement.

Regards,

jagan.