Blake Logi Forum Guru Logi Info Ninja
Logi Bronze Contributor
10th Forum Post
1st Forum Post
Logi Info developer since v9. 15+ years experience in the healthcare and insurance industries. Current stack: Logi Info 12.8 on IIS connecting to SQL Server 17 with Logi security provided via SecureKey authentication. https://www.linkedin.com/in/blakeryner/
- Total activity 81
- Last activity
- Member since
- Following 0 users
- Followed by 2 users
- Votes 13
- Subscriptions 32
Comments
Recent activity by Blake-
This is platform-specific, but conceptually I like this 'trust level' concept. https://blog.discourse.org/2018/06/understanding-discourse-trust-levels/
-
What if you were to take your categories and time period as a data-set and then left join over to the actual data? This would make sure everything combination always has a row which I think would ...
-
If checkboxes are in a data table then you can use a process task to loop through the rows. See this example https://devnet.logianalytics.com/hc/en-us/articles/4406822481687-Running-Datalayer-and-...
-
Good call. I'd be interested in seeing the layout of the process task. Can you try to replicate this locally with the Debbugger Style = Debugger Links? Does anything popup there? I'm not entire...
-
I think the difference between our setups is that the charts above the Y-axis axis go along with the actual representation of the bars. In my use case, I essentially have X (category), Y (year), a...
-
Steve, thanks for the reply. I know your name from somewhere but can't place it. Maybe we met at the conference in the past. Anyhow, here is a screenshot. The values that show up when data label...
-
In your _Settings.lgx file for the scheduler can you check the logging level? <WebRequest Timeout="20" ConcurrencyLimit="10" Stagger="1" LoggingLevel="DEBUG" MaxFieldLength="4000" /> With debug tur...
-
I'm getting the correct results =DatePart('q', Date()) brings back 2 for today (June). =DatePart('q', '2021-02-18') brings back 1. Just to verify the obvious is your system clock correct on the m...
-
Cool stuff! How are you implementing your embedded solution? The embedded API (I think this is still iFrame ultimately), or at one time there were some articles floating around embedding using se...
-
Try IIS APPPOOL\My App Pool Name