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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Data that is visible in tablebox, not visible in table/pivot chart?

Hi, I've created an xref table so that I when a user selects a server, it automatically pivots to all of the applications on that server. This view is visible in a table box, but not visible when I try to visualize it in a table or pivot chart. Below are images that show;

1. The table box output next to the pivot chart output next to the server selected.

2. The relationship manager view.

Thoughts?

1 Solution

Accepted Solutions
vishsaggi
Champion III
Champion III

Can you remove synthetic keys by creating a Key or renaming fields like

for table v_cm_sc_infra_xref

LASTID,

SERVER AS xref_Server

then reload the data and see. IF not can you post this qvw file for a quick look.

View solution in original post

3 Replies
vishsaggi
Champion III
Champion III

Can you remove synthetic keys by creating a Key or renaming fields like

for table v_cm_sc_infra_xref

LASTID,

SERVER AS xref_Server

then reload the data and see. IF not can you post this qvw file for a quick look.

m_woolf
Master II
Master II

What is your expression in the pivottable?

Anonymous
Not applicable
Author

That fixed it. Thanks!