Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
ebahadur
Contributor II
Contributor II

"-" Hyphen in Graph

Dear Qlik Viewers,

Greetings!

I am getting hyphen in my graph as you can see in the last right hand.

I am unable to rectify this issue, please assist.

Below is the table view of the 3 files which I am using for qlik view document but it has created 01 Syn Key.

graph1.JPG

table view.JPG

 

Appreciate your assistance.

Thank you.

4 Replies
dplr-rn
Partner - Master III
Partner - Master III

Hi
It seems like you have some null values in dates thats the reason for the '-'
ebahadur
Contributor II
Contributor II
Author

I have checked the data once again, but in my data all the dates have values and nothing as null.

 

 

jyothish8807
Master II
Master II

Hi Ebahadur,'

First try to remove synthetic keys like this:

ActiveCrew:

Load

STAFFNO &'|'&CRank as %Key,

STAFFNO as Active_STAFFNO ,

CRank as Active_CRank ,

....rest of the fields;

K_Indicator:

Load

STAFFNO &'|'&CRank as %Key,

STAFFNO as Indicator_STAFFNO ,

CRank as Indicator_CRank ,

....rest of the fields;

 

Assemsment:

Load

STAFFNO &'|'&CRank as %Key,

STAFFNO as Assesment_STAFFNO ,

CRank as Assesment,

....rest of the fields;

Else if you want to use a single Field in UI then you have to compliment Link tables.

You can find the link table logic here:

https://www.learnallbi.com/link-table-in-qlikview/ 

Best Regards,
KC
jyothish8807
Master II
Master II

You can also comment STAFFNO  and CRank  from two tables if you know which table is the master table which have all possible entries.

Best Regards,
KC