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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Default Dimension on Access point

Hi,

How to change the default dimension on the access point.

When a user logs in to the access point and tries to create a new chat then it automatically pics up the very first dimension.

How to change that ? or disable it ?

Also, is there a best way to pre-define expressions? so users can simply drag and drop them instead of calculating them ?

Thanks

Labels (1)
1 Reply
Anonymous
Not applicable
Author

Hi Lokash,

A circular reference (also called loop) happens when one table is reachable by two or more ways. As in QlikView tables are linked when two or more fields are named alike, the likeliest reason is that there are more than two tables with the same field names that link to each other.

  1. Customers:       Orders:          Calendar: 
  2. CustomerID -->   CustomerID    
  3. Date             OrderDate -->     OrderDate AS Date  

Customers links to Orders that links to Calendar that in turn links to Customers.