Page 1 of 1

Problem With Json Data

Posted: Mon Nov 30, 2015 12:48 pm
by Abbas
Hello ....
I Use stimul 2015 v2.0 In my Mvc App And My End User Can Design the her\his reports With StiMvcMoblieDesigner and I Prepare its DataSource with a method that return a json string Like below:

Code: Select all

{"Period":"September 2015","Currency":"$","Position":"Employee","Department":"Maintenance","BaseSallary":5000}
every thing is good But I have a Problem when I want to show/Preview the Report with StiMvcMobileDesiner/StiMvcMobileViewer,
it is ---> "period" translate to this : "9/1/2015 00:00" and "BaseSallary" Show "0" .... But I don't Like Heppen These
Has Stimul any Problem with Json as DataSource Like Up????

Re: Problem With Json Data

Posted: Tue Dec 01, 2015 9:23 am
by Abbas
Thanks Guys...
My Problem Solved...
I use this {filed.ToString(("Y"))} that dont translate Date....

Re: Problem With Json Data

Posted: Tue Dec 01, 2015 10:23 am
by Alex K.
Hello,

Ok!
Let us know if you have any additional questions.

Thank you.