Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Remove hyphen from barchart

Hi All,

     Here, am getting a hyphen(-) in the bar chart where it should display the name of current month i.e. july.

     I can't even apply the filter over there.

qlikview.png

load Scrpit:

[PROBLEM_MANAGEMENT_OPENMONTH]:

LOAD MonthName(YEAR_OPEN_DATE,IterNo()-1) as OpenMonth,

PROBLEM_TICKET_OPENDATE,

PROBLEM_TICKET

Resident PROBLEM_MANAGEMENT_ACTIONS

While MonthName(YEAR_OPEN_DATE,IterNo()-1) < MonthName(PROBLEM_TICKET_CLOSEDATE) ;

The expression am using is :

count({< PROBLEM_TICKET_OPENDATE={'>$(=AddMonths(Max(PROBLEM_TICKET_OPENDATE),-60))'}>} DISTINCT PROBLEM_TICKET)


3 Replies
PrashantSangle

in chart property -> dimesion -> tick supress when value is null

Regards,

Prashant

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 🙂
sunny_talwar

All you need to do is to check 'Suppress When Value Is Null' for your Open Month dimension on the dimension tab

arvind_patil
Partner - Specialist III
Partner - Specialist III

HI Mahendra,

Check 'Suppress When Value Is Null'  in Dimension Property.


Thanks,

Arvind Patil