bohua / nprinting-sense-on-demand

NPrinting On-demand extension for Qlik Sense
MIT License
10 stars 13 forks source link

Max number of apps in dropdown #11

Open jfortner03 opened 6 years ago

jfortner03 commented 6 years ago

Hello, it seems that there is a max set for the app selection dropdown of 50? I have over 100 NPrinting apps and can only see 50 in the dropdown list to choose from. Therefore, I can't select over half of my NPrinting apps.

bohua commented 6 years ago

Hi, I think it’s a bug in extension that I only queried for the first page from NP. I will have a look and see if can have a quick fix. Thanks for your inputs!

Bohua Li

在 2017年12月28日,下午8:59,jfortner03 notifications@github.com 写道:

Hello, it seems that there is a max set for the app selection dropdown of 50? I have over 100 NPrinting apps and can only see 50 in the dropdown list to choose from. Therefore, I can't select over half of my NPrinting apps.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

mulpuri99 commented 6 years ago

Hi Bohua,

We found the Qliksense nprinting ON Demand extension in Qlik Branch and we are having almost around 75 to 100 apps in nprinting and it will grow drastically when we are trying to access QlikSense drop down list we are not able to view apps above 50. and we came to know it is a BUG in the extensions . Could you please help/Assist us if their is any work around for this issue.

Kindly get back to us at your earliest any help would be greatly appreciated

Thanks in advance, Monish Mulpuri

jfortner03 commented 6 years ago

I was able to change this in the code in the Qlik Dev Hub. There is a code line for how many to show.

Regards,

Josh Fortner Product Manager of Business Intelligence, Information Technology 2001 Riverside Drive ▪ Chattanooga, TN 37406 Office: 423.643.3249 Cell: 423.362.6699 https://www.gotomeet.me/JFortner

[Description: Description: Description: Description: cid:425B3975-0433-499C-8AAA-3DA8695B7F42]http://kencogroup.com/ The information contained in this electronic communication and any accompanying document is confidential and is intended only for the use of the addressee. Unauthorized use, disclosure or copying of this communication, or any part of it, is strictly prohibited and may be unlawful. If you have received this communication in error, please notify the sender immediately by return email, and destroy this communication and all copies of it, including all attachments.

From: mulpuri99 [mailto:notifications@github.com] Sent: Wednesday, April 25, 2018 5:29 PM To: bohua/nprinting-sense-on-demand nprinting-sense-on-demand@noreply.github.com Cc: Fortner, Josh Josh.Fortner@kencogroup.com; Author author@noreply.github.com Subject: Re: [bohua/nprinting-sense-on-demand] Max number of apps in dropdown (#11)

Hi Bohua,

We found the Qliksense nprinting ON Demand extension in Qlik Branch and we are having almost around 75 to 100 apps in nprinting and it will grow drastically when we are trying to access QlikSense drop down list we are not able to view apps above 50. and we came to know it is a BUG in the extensions . Could you please help/Assist us if their is any work around for this issue.

Kindly get back to us at your earliest any help would be greatly appreciated

Thanks in advance, Monish Mulpuri

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/bohua/nprinting-sense-on-demand/issues/11#issuecomment-384440326, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AexzKpjQk1TmsMKRNLk2xkQMRIe-hbT_ks5tsOqugaJpZM4ROm8q.

sgandotr commented 6 years ago

@jfortner03 Where is the line of code that needs to be changed?

thanks

gkrish26 commented 6 years ago

Hi Bohua/Jfortner03, @bohua @jfortner03 Could you please let us know to change the line of code to display more than 50 apps in the drop down.

Appreciate your immediate response on this issue.

Regards, Gopi

sgandotr commented 6 years ago

@gkrish26 go to properties.js, line 55. change api/v1/apps to api/v1/apps?limit=1000

I listed 1000 because I don't know how many apps we will have. You can change it to any number you want.

gkrish26 commented 6 years ago

Thank you very much :) 👍