Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Showing 0 values in bar chart

Hi Experts,

I have expression like following

count(DISTINCT{<ows_Modified={"<=$(=timestamp(Today()))>=$(=timestamp(MonthStart(Today(),-$(vShowInputMonths))))"},id={'VERSION_HISTORY'},SHP_CAISFilter-={''},SHP_Status= {"*Closed*"}>}(aggr(min(ows_Modified),id,ows_ModifiedHistory,SHP_CAISFilter,SHP_Status,[ows_Problem Ticket])))

from above expression I'm unable to show value 0 on bar chart. Can anyone help me to  in this ?

Thanks,

Pooja

13 Replies
manoj217
Creator III
Creator III

Try this:

=count(DISTINCT({<ows_Modified={"<=$(=timestamp(Today()))>=$(=timestamp(MonthStart(Today(),-$(vShowInputMonths))))"}
,id={'VERSION_HISTORY'}
,SHP_CAISFilter-={''}
,SHP_Status= {
"*Closed*"}>}
(aggr(min(ows_Modified),id,ows_ModifiedHistory,SHP_CAISFilter,SHP_Status,
[ows_Problem Ticket]))))

Anonymous
Not applicable
Author

Hi Manoj,

Can I know that what new thing/change you have done in existing expression?

Thanks,

Pooja

PrashantSangle

Hi,

Uncheck supress Zero- values from bar chart property > Presentation.

Regards,

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Anonymous
Not applicable
Author

Hi Prshant,

That is done .

Thanks,

pradosh_thakur
Master II
Master II

check - dimension -> Show all values

check - presentation -> suppress zero values

regards

Pradosh

Learning never stops.
PrashantSangle

good.

Regards,

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Anonymous
Not applicable
Author

Hi Pradosh,

That is already done .

Thanks,

Anonymous
Not applicable
Author

Hi Team,

Can anyone help in this, as I have mentioned that presentation-- supress Zero- values is allready done but still unable to show 0 value on bar chart.


Thanks,

manoj217
Creator III
Creator III

why r u using this $(=timestamp(Today()))>=$(=timestamp(MonthStart(Today(),-$(vShowInputMonths))))"}, condition