Agile Developer

Reports not opening...
 
Notifications
Clear all

[Solved] Reports not opening for a Specific user

1 Posts
1 Users
0 Reactions
227 Views
Posts: 8
Topic starter
(@vijayapradeep)
Eminent Member
Joined: 2 years ago

If for specific user report is not populating properly, for other users the same report is working fine.

Need to check the below table for that iview name and user name if some record is available then delete the same it will work.
delete from axcustomviews where name = ‘<iviewname>’ and username = '<username>'

eg: select * from axcustomviews  where name = 'imachdtl' and username = 'ravi'


Share: