
Glyn McKenna Community team Logi Composer Ninja Logi Info Ninja
- Total activity 77
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 3
- Subscriptions 28
Comments
Recent activity by Glyn McKenna-
Hi Martin, Your example seems to be working okay for me? I would maybe look out for a CORS issue when using the API though. Just check the Network tab of the browser developer tools, when you try i...
-
Hi Johnny, As the FancyTree lazy load is not performing a refresh when a branch is expanded, I think we can just add the fancytreeexpand event to your document ready calls e.g. $(document).ready(fu...
-
Hi Johnny, You would add the listener just beneath or above the existing page load scripts you're running. It would look something like this: $(document).ready(function(){ $('span.fancytree-titl...
-
Hi Anvita, It's not easy to imagine how a report definition is configured from a short description as there are many variables and many different ways to achieve the same goals. The best thing to d...
-
Hi Anvita, I think you misunderstood, you should refer to the original example that works, it uses an Action JavaScript. Here it is again, however it calls the function in the include script instea...
-
Hi Anvita, If the examples sent previously have been changed to remove the onclick event from the checkbox list in the panel definition/shared element, in preference for programmatically adding a c...
-
Hi Seema, It's difficult to say for sure, it could be that your application server is a little low on resources. I'd recommend opening a support ticket for this one really RegardsGlyn
-
Hi Dipak, Without seeing your report definition or a debug trace it would be hard for anyone to comment on your report specifically, however I would recommend that you start by reviewing the debug ...
-
Hi Martin, great to hear you found the solution to the problem. I'd just like to add some context to why that works, in case anyone else comes along and wonders why it's the case. We often add even...
-
Hi Dishaa, We'll probably need a bit more information I'm afraid. How has your derived field been created? The timebar and the default time attribute need a datetime type - so when creating the der...