Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am seeing a strange issue. I believe it is a PC setting, but need some help. The issue is one user (out of 10 or 15 that i have checked with) is seeing different data inside a listbox column on their PC. On the server and on several other PC's the data is correct, but on one users (happens to be a director) PC, the data comes across as mostly 0's . The ex[ression is FIXED TO... The user is running XP and IE 7. We are running 9.0 on the server and the user has installed the 9.0 plug in. Has anyone seen this before? Thanks for the feedback.
All, finally figured out the issue. It was the .share file that was created when someone creates a bookmark. I deleted the file and works fine now. Sorry i dont have more details. Thanks to everyone for the info...
Please post a reduced version of the application. I would doubt it's a PC, IE or other environmental issue. A problem like this implies something wrong with the expression itself (which might reference user details, etc).
Regards,
The expression used is:
$(z)
z =
inputsum
Other info:
Sort: numeric value desc
Number: Fixed To
(Format Pattern #,##0
Sorry, Not sure if i can post a reduced version...Hope this data helps. I will be glad to provide other details if you need them. Thanks.
No that doesn't help at all unfortunately. If you can't post a reduced version, I'm not sure how much help anyone on here can give you 😞
Good luck!
Some of the variable was lost in the cut and paste:
z = inputsum(Final_SS,'*')
Sorry, can you guide me in the direction of getting a reduced version of the report?
Btw, isn't inputsum() only a valid function in a chart? I don't think you can use this in a listbox...
To get a reduced version of the report, select 1 or 2 keys, then File --> Reduce Data --> Keep Possible Values. Then Save As a different file name and post on here. You can also scramble fields to protect confidentiality. You would do this in Document Properties.
Regards,
Is there Section Access in this application? Maybe it is a data reduction(?)
Vlad,
Attached the document. The issue is on the main tab, and the table is called Safety Stock. The column is called Final_SS. Let me know if you see anything. Thanks for your help.
It's working fine for me. In general, I would suggest to name the expression something different than the name of the field. You're probably OK, but best to avoid any problems that could cause. There is an API to reset inputfields--run it for that user and see if that fixes the problem.
Also, Michael's suggestion about section access is valid--if that user is seeing different numbers, they might be getting reduced for him...
Regards,