Do you know if there is a way to reset user's web default query? So for example, if someone messed up their pages and default query, can the ' MyStat' page be restored to the original.
You can delete the userid from this table to get MyStat page back:
DELETE FROM STAT.USER_VIEW_CONFIG
WHERE USER_ID='ENTER_USER_ID';
COMMIT;
Now log back into stat web and mystat page should be there.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center