Log List to VIS - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9) +--- Thread: Log List to VIS (/showthread.php?tid=2707) |
Log List to VIS - HannPark - 01.07.2020 Hi Guys, hope everything`s OK in these hard times... I write this thread looking for help cuz' I'd like to show my event log list in the visualization, in a similar way that we put our schedules or trends, dont know if exist a way to put this info for user view on a page. or what could I do like an altern way to get this done, if anyone can help me with that i'll be grateful BR.... RE: Log List to VIS - Erwin van der Zwart - 01.07.2020 Hi, Yes you can do that, run this script once and open /user/logs.lp
Create logs.lp.lua (Size: 1.82 KB / Downloads: 19)
BR, Erwin RE: Log List to VIS - HannPark - 02.07.2020 (01.07.2020, 23:03)Erwin van der Zwart Wrote: Hi, Thanks Erwin, I could create a frame, and add the link... but i`d like to ask if exist a way to filter logs using the timestamp or anything else, for historical purposes... BR RE: Log List to VIS - Erwin van der Zwart - 02.07.2020 Hi, Yes you can do that, it’s basic HTML and JS that you need to include in the HTML code of the app and filter the dataset ‘result’ based on your condition(s) . BR, Erwin |