Johnny Stevens Logi Info Ninja Logi Forum Guru
Logi Silver Contributor
Logi Bronze Contributor
10th Forum Post
1st Forum Post
Almost 10 years of Logi experience implementing both internal and external use cases. Currently embedding Info in a SaaS application supporting Interventional Radiology departments; running Info 14.2 on IIS/MS SQL back-end. Embedded Self-Service Reporting as a sub-module in our application with a customized curation/library feature. Connect with me at https://www.linkedin.com/in/johnny-stevens/
- Total activity 189
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 18
- Subscriptions 64
Posts
Recent activity by Johnny Stevens-
**Resolved** How to conditionalize the Background Color of DataTable Column in NativeExcel
I am using Conditional Class elements in my web and PDF output to change the background color of DataTable Columns. However, the Conditional Class elements don't work in NativeExcel. I tried to us...
-
PDF export - Add DataTable HeaderRows and GroupHeaderRows to top of each page
I have a DataTable with 3 Header Rows and a Group Header Row. I need to find a way to display the HeaderRows/GroupHeaderRow atop each page of the PDF so the user can maintain column context as they...
-
**Resolved** ThemeHidden Class not correctly applied in NativeExcel exports
I am trying to conditionally apply the ThemeHidden class to a Group Header Row (basically, hide the Group Header if the user didn't make a specific selection). Ideally, there would be a Condition a...
-
**Resolved** DataTable Column, need to set colspan=2 in Logi/DMF (not JS or JQuery)
Good afternoon all, I'm adding a simple reproducer of this issue, but here is the summary: I have a DataTable with some Header Rows that span 2 columns (some that span only 1) I have DataTable Col...
-
**Resolved** Info 14.1 SP2 - How to conditionally hide a DataTable Row?
I am creating a table with Sums of "encounter" values across "services". I need to count all encounters but hide the row (if one exists) for which no services exist. I'm able to do this with CSS in...
-
Info 14.1 Avoid PDF page break after group headers
I have a DataTable I am exporting to PDF. The table is structured as following in Logi Info: Element - ID DataTable - dt1 HeaderRow - hdrRow GroupHeaderRow - grpHeaderDoS DataTableColumn - dtCol...
-
High**Resolved** Charts update 14.0 SP3 -> 14.1 SP2 breaks beforeCreateChart code at .data
We have some code working perfectly in our 14.0 SP3 application using HighCharts beforeCreateChart API, but in 14.1 SP2 the chart never renders and we get the following error in the console: Uncaug...
-
**Resolved** Process Task to run all Bookmarks in a Bookmark Organizer Folder
My users have asked that I code a single-click option to run all Bookmarks in a specified Bookmark Organizer Folder to NativeExcel. I know that I can form the URL to run a report with rdReportForma...
-
New option for 'live' export of Chart to PDF/Excel
Hey Logi Users! I had a specific set of requirements for exporting a report with a JavaScript-modified Chart Canvas to PDF and to Excel: We need the exports to include all of the JS modifications ...
-
Force Chart's X-Axis to show all Labels
I have a Chart ("#Chart1") defined with an Axis Type of "Category". The Chart's X-Axis Labels are showing every other value (sometimes every 3rd or 4th, depending on the number of values and the si...