Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
8 replies
Subscribers
7 subscribers
Views
3343 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Log information in the grid
ashman
over 8 years ago
Hi All,
I have a use case where I need to show some of the log files such as audit/news_usage.csv and login-audit.csv in the grid. For the news usage grid,I have a grid columns such as Username, Action, Timestamp. And I have used readcsvlog() function and it is returning the csv contents. I am worried how to retrieve the contents from this log file and show up in the gird.
Please let me know how to achieve this.
Thanks in advance!
OriginalPostID-232737
Discussion posts and replies are publicly visible
Parents
0
aayusha
Certified Senior Developer
over 8 years ago
Create a dummy display cdt and then split each element by commas (,) and set each element of a row to a column in dummy cst in a rule and use apply over this rule. Now use this cdt to create the grid.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
aayusha
Certified Senior Developer
over 8 years ago
Create a dummy display cdt and then split each element by commas (,) and set each element of a row to a column in dummy cst in a rule and use apply over this rule. Now use this cdt to create the grid.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data