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 hasIdcolumn, andCountryforeign key column. In QlikCountrywas changed toCountry.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?
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