After signing out, if anyone else comes along and clicks Sign In, the
session I signed out of resumes. No login challenge/2FA. They are
me.When clicking Sign Out at the top right, the session remains open,
there is no way I can see to end it:
I have a dashboard that uses a Tree View. Its in a named workspace. The
only way I can get images to work with it is to upload the images to a
Default Workspace. Is there a way to reference my images in the
workspace where the Tree View is?
We have several workflows that involve many steps. The requirement is to
have a button in a dashboard that runs the entire sequence or sequences.
This is coded and works.The problem is when running workflows using a
BR, the UI status doesn't update u...
OS Version 7.4.2I have a SQL Table Editor in a dashboard. Three columns:
Date, Amount, Descr. The user can edit Amount and Descr. No Inserts, no
deletes.The table loads with a bunch of dates. The user fills in amounts
in records where needed. The des...
Please allow the forum width to expand with the web browser size.
Limiting it to ~800 pixels in an age when most screens are at least 1920
pixels wide seems unnecessary. This is what I see. Second pic shows
white space (green boxes) that could be use...
@JackLacava 's SQL formatter is nice because it also checks syntax. In
certain situations I prefer Format SQL code Online - SmallDev.tools,
because it doesn't check syntax. This is helpful when my query has
variables in it and when using interpolated...
Good stuff! I love all the comments. I have a couple of thoughts on
this...I think OneStream sets a less then optimal example using
StringBuilder for basic SQL queries when a simple multiline string would
efficient and (arguably) more readable. Strin...
Code reuse rocks . It looks like the requirements for EntityText8 may
be evolving over time. Consider encapsulating the overall text
processing functionality in its own class and create methods in the
class to deal with the different parsing/mangli...
Hi YahyaOS,Creating subfolders is unnecessary. Just manage the SFTP
process so that it only moves the files used by the current batch
process.Run your processes synchronously, only allow one process to run
at a time. If you can't manage the processes...
Hi DavidW,What does the function entityText8Splitter do? IOW, what
changes when you pass in srcEntity?For better readability, post your
code in a preformatted element:
'---------------------------------------------------------------------------------...