Hi All,
With PB12.5 here.
I have problem with graph here.
My graph is created from store procedure and have table to shows no. of records at below.
The graph and table result is working fine and correct at local, somehow, when I run the program at server, it seem incorrect. Fyi, I was generate for old data, which should be same from both local and server db.
Below are the output at local and server, generated for exactly same input criteria.
Local:
Server:
Where from this 2 graph, you may see, the one with server, the total is different and the graph bar size is different and cause it cannot generate for all 4 category.
I have check, the program version and store procedure all are same, even when I try to execute the store procedure using SQL Server Management Server at server, it returns result same as in my local, but don't know why when the report is generated, the the graph result is different.
Kindly advise if there is any area I can further check.
Thank you in advance.
BR
Yow