Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Geisler84
Contributor
Contributor

SQL Server, Qlik Sense naming convention

Is there any naming convention for Qlik Sense? I'm creating database in SQL Server which will be conected to Qlik Sense. I've noticed that some names are automatically changed.

For exmaple I have table which has Id column, and Country foreign key column. In Qlik Countrywas changed to Country.ID.

I don't know much about Qlik hence my question. What is the naming convention and what should I watch out for to make Qlik programmer life's easier?

1 Reply
Anil_Babu_Samineni

SQL Server won't connected to Qlik. But, Yes Qlik will connect to source. For that, Schema as per DB standards can work

To answer your question, 

Why Field name got changed, Because If we use as follows It will tag with Directory which is table.

Qualify ID;

Country:

Load ID From Table;

 

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful