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-
I don't have a direct answer to your question, but if you turn on debugging and debug the page you should be able to see how the data layers are being executed.
-
I don't think my version gets what you want, but the beauty of it is that you can control how that works when you populate the table. Note: you should only have to create this once. I created min...
-
I hear ya on all of the random formats floating around. I have a DateDim table that covers this as well. The idea comes form Ralph Kimball and if you search the net there are some sample scripts....
-
I'm starting to remember more about an error I had about an API, but the error was slightly different. Basically, there were some registry changes (ick) for TLS. I'd look to Logi for specific ins...
-
This seems familiar. My guess is it has something to do with TLS. Are you running on IIS? I remember when writing some .NET code I had to add something like ServicePointManager.SecurityProtocol ...
-
You could also do a shell command and have Windows/Linux handle it. Here is some documentation on file interactions. https://devnet.logianalytics.com/hc/en-us/articles/4402865889175-File-System-In...
-
This might be a better fit in the Composer forum, but I'll try to help. Wouldn't it look just like what is returned in the GET presumably?https://devnet.logianalytics.com/hc/en-us/articles/44058594...
-
EDIT: It looks like you can reference the sample XML via a URL likehttps://sampleapps.logianalytics.com/LambdaExV2/_SupportFiles/NW_SalesByCategory.xml Just update the XML file name as needed. It...
-
Thanks for the syntax. I gave this a try with the InputText element and didn't see a change. I find that interesting because per the debug logs I see the snippet below. Ideas? Modifier File: C:\...