Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I don't have the admin user in my section access part. As per the document it says that admin user have the authority to restrict edit script,reload,save,etc options for the non admin user. But i admin user is not there in my document. Is there is any way to reduce restrict the user from accessing edit script,reload,save,etc options. Is it must that all the document with section access must have the admin user to restrict the non admin user? As currently we don't want the admin rights in our document.
Also let me know is it necessary that user name should only be 'admin' for the admin user. Can't it be with different name. Something like vadmin or administrator???
Hope some one will let me know the best possible way.
Hi Sajeevan!
I am able to load the data but there are some issues with charts and document response is very slow.
I will try to send the document from qlikview website once again let's see what happens.
Thanks and Regards,
Rikab
<body><p>Hi Sajeevan/ Rikab,</p> <p>Do not know whether u have been able to resolve ur problem... </p> <p>Noted your exchanges on the section access. I also faced lot of problem implementing the same in my company.. I am unable to upload the file ...here is the excel file for section access. It works perfectly ...even provided field level security. </p> <p><col width="1116"></col> <tr> <td width="1116" height="17">SECTION ACCESS;</td> </tr> <tr> <td height="17"></td> </tr> <tr> <td height="17">LOAD </span></td> </tr> <tr> <td height="17"> </span>Upper([USERID]) as [USERID],</td> </tr> <tr> <td height="17"> </span>Upper([ACCESS]) as [ACCESS],</td> </tr> <tr> <td height="17"> </span>Upper([PASSWORD]) as [PASSWORD],</td> </tr> <tr> <td height="17"> </span>Upper([NTNAME]) as [NTNAME],</td> </tr> <tr> <td height="17"> </span>if(Isnull(OMIT),'',SUBFIELD(OMIT,';')) AS OMIT,</td> </tr> <tr> <td height="17"> </span>if(Isnull(CNT),'',CNT) AS CNT,</td> </tr> <tr> <td height="17"> </span>if(Isnull(REG),'',REG) AS REG,</td> </tr> <tr> <td height="17"> </span>if(Isnull(SEG),'',SEG) AS SEG,</td> </tr> <tr> <td height="17"> </span>if(Isnull(SEGSAL),'',SEGSAL) AS SEGSAL,</td> </tr> <tr> <td height="17"> </span>if(Isnull(CC),'',CC) AS CC,</td> </tr> <tr> <td height="17"> </span>if(Isnull(USER),'', USER) AS USER ,</td> </tr> <tr> <td height="17"> </span>if(Isnull(USERGRADE),'', USER) AS USERGRADE </span></td> </tr> <tr> <td height="17">FROM </span>
Hi Rikab,
I manged to download the file from home.
The first problem with your file is that you have a synthetic table. This could be one reason for slow reponse. This is occuring from your table new. Please rename the variable - mfacname, itemname and contentname. Please have the script like below
new:
LOAD DISTINCT mfacname as n_mfacname,
mfacname &'|'& itemname &'|'& contentname as Hierarchy,
itemname as n_itemname,
contentname as n_contentname
RESIDENT items;
You need to add same Hierarchy variable creation in your items table too for linking with table new. I think you need the table new for selections.
If you are having calculations based on many IF conditions, that can also impact the response time.
Thanks,
Sajeevan
Hi Rikab,
Further to my previous email, you are having too many dimensions in reporting e,g, contentname within itemname within mfacname is a huge dimension which will obviously takes more time to process.
You check the Calc Time for every object within every sheet. Click "Settings" then click "Sheet Properties" then select "Objects" page to check the Calc Time and memory usage for each object. Hope you will find ways to reduce the calc time.
Best Regards,
Sajeevan
Hi Sajeevan!
Thanks for your reply! But sorry that I am not replying to you. I will work on your changes the will get back to you at the earliest.
Thanks and Regards,
Rikab
Hi Rikab,
Don't worry. Hope you have no issues in terms of access controls.
Please give some attention to the results you are getting. It seems the sales figures you are getting from sales data is wrong because you don't have a proper link betweek databases. If you are looking for the sales figure from sales data using the mfacode in items, you need to have a proper link between the records. Just thought informing you hence please check all figures before you deliver this to someone.
Best Regards,
Sajeevan
Hello Sajveevan!
I have been given other assignment these many days so did not get time to check the solution given by you. Hopefully i will check it by today if I don't get any other assignment 🙂
Thanks and Regards,
Rikab
Hi Sajeevan!
Further to my previous email, you are having too many dimensions in reporting e,g, contentname within itemname within mfacname is a huge dimension which will obviously takes more time to process. --> It is same as previous one. Anyway will check that and let you know.
You check the Calc Time for every object within every sheet. Click "Settings" then click "Sheet Properties" then select "Objects" page to check the Calc Time and memory usage for each object. Hope you will find ways to reduce the calc time. --> I am not able to find the objects page. Let me know where it is so that I can check the memory usage
Thanks and Regards,
Rikab
Hi Sajeevan!
Don't worry. Hope you have no issues in terms of access controls. --> I need to check that and let you know!
Please give some attention to the results you are getting. It seems the sales figures you are getting from sales data is wrong because you don't have a proper link betweek databases. If you are looking for the sales figure from sales data using the mfacode in items, you need to have a proper link between the records. Just thought informing you hence please check all figures before you deliver this to someone. --> Sure! I will check the result and let you know. Previously also I have used the same thing. I didn't had any problem with that. The figure was correct last time.
Anyway will check both the things and will get back to you
Thanks and Regards,
Rikab
Hello Sajeevan!
The first problem with your file is that you have a synthetic table. This could be one reason for slow reponse. This is occuring from your table new. Please rename the variable - mfacname, itemname and contentname. Please have the script like below --> Added the script same as given below but still facing the same problem
new:
LOAD DISTINCT mfacname as n_mfacname,
mfacname &'|'& itemname &'|'& contentname as Hierarchy,
itemname as n_itemname,
contentname as n_contentname
RESIDENT items;
You need to add same Hierarchy variable creation in your items table too for linking with table new. I think you need the table new for selections.
If you are having calculations based on many IF conditions, that can also impact the response time. --> It is indeed very very slow.
Also after adding the your script the result which I am getting is incorrect. But whereas with my script the result is correct.
Please check and let me know what can done.
Have sent the document using sendspace to your mail id.