SSRS mobile reports display date - mobile

I am sure this should be simple but can't find it answered here.
I am creating some mobile reports and all going well, but I want to add a field that holds a date time (last sale). So far all my fields are shown in gauges, but I can't show a date or string in a number gauge (i don't think). There is a time navigator and selection list filtering the data in the gauges.
I tried creating a simple data grid with one field in it, but doesn't look great with the column header etc.
Any suggestions?
Thanks

Related

How can I manipulate the date shown in the headers of a anychart resource gantt when there is no data to be loaded

We use the anychart GanttResource chart to show Technicians with their tasks on a daily base. To do this we use a DateFilter outside the component to load our data. Then when the data is retrieved from the API we set this data to the chart. As long there is data retrieved there is no problem, the chart fluently goes to the chosen day and only shows this data. However when the API returns no data or a 400, we add an empty list to the chart data. This looks ok at first, but when looking better to it I noticed the chart defaults back to today as date to show in the header. How can I manipulate this so the selected filter date could be shown there?
Anyone any suggestions about how to get this result? I can't seem to find a functionality or such to set the timeline date to use.
If my explanation is unclear then please let me know so I can elaborate any further or provide any screenshots to make it more clear.
It's not possible to zoom to some period of time when you don't have any data. But you can add an auxiliary element (e.g. a marker) to the data, and you'll be able to set the timeline zoom to a specific range. After you get the real data, the element can be deleted. Please check this sample: https://playground.anychart.com/uZ3gynNU

Issue in automating table data filling in firefox using webdriver

Objective:
This is data driven approach. I am trying to get data from sheet to be entered in table in a web application. Now in the table there are fields as below:
Textfield (To enter name), Datatype drop-down (To select data type), Length field(to enter the length), Status field (Isactive or not)
Now here there is a dynamic logic as for only “String” datatype the “Length” field would appear else in default table “Length” field/column is not shown because for other data types there is static length value provided.
Now when automating I am getting data in sequence from sheet and setting that in table. Switching over the fields is done by using “Tab” mechanism.
Issue:
The only issue in this whole process is that while selecting “String” data-type from drop-down and after that tab is applied. At this point the “Length” field is supposed to appear for which data can be entered from the sheet but here at only tabbing/loosing focus from one field to another is not revealing the hidden “Length” field.
And at this point automation gets stuck up. Manually selecting the drop-down shows the “Length” field but when same is done manually using tab, the “Length” field does not show up.
It would be of really great help if anyone can please suggest on above issue.
Hoping to hear soon from someone. Thanks for your efforts in advance.
Manually selecting the drop-down shows the “Length” field but when
same is done manually using tab, the “Length” field does not show up.
Seems selenium isn't setting focus to the same object/element that you are. How are you using selenium to tab between fields? Do you have to tab to this element, or can you have selenium select it directly? Also, it would help us if you shared the selenium code and html.

Show design if Dataset not returns any row in SSRS

I've designed my SSRS Report like below,
Where First row, Third row and Fifth row has default value so I have used it as Header part for this tablix.
Now, the question is - when I run this report, it prompts to enter one number to get result. But if dataset does not returns any rows then I just want to show designed header part only? But currently it is not showing anything. What could be the problem or any solution to get only designed header part?
Please help me!
Note: When it returns the rows it is showing Records as well as designed header part also.
So I tried to achieve this by many ways, it was working fine in Report Builder 3.0 but when I run this report in IE,Firefox,Chrome browser it was not showing designed report tablix. If there would be data it will show whole report with designed header part as well as data.
1. I have created Two Tablix inside one SubReport-
First tablix
Just for design. (Without data part)
Second tablix
Contains both Header part as well as Data part.
Then I have Set visibility based on CountRows("Dataset") to show/hide Tablix1 and Tablix2.
It was working fine in Report Builder 3.0 but not in browser.
2. This one is the final option that I have tried and I achieved my goal with this way.
I have created two SubReport.
1 SubReport:
Only designed part (Without data part)
2 SubReport:
Which contains both Header Part as well as Data Part.
Then, I have added two Rows inside my Main report Tablix. and added both reports to different row.
Then, On Row Visibility I have checked =IIF(CountRows("Dataset")>0,True,False)
And it's working fine now in all browsers as well.
You have to add headers Outside Group in following:

Using Angular for data entry in a table

We're building a new time entry system that uses legacy data. I've attached a screen that shows the UI.
`Here's a link to a fiddle with some mostly working code.'
http://jsfiddle.net/dgdavidson/GMUK5/3/
As you can see, we have a row of data that contains a weeks worth of time entries and comments for each entry.
Problems now include getting data to update. For example, clicking 'New Entry' or the delete button doesn't update the table until those buttons are clicked a second time. Do we have to force an update?
For a change to time entries hours or comments, because the data is in an object inside of an object how do we capture the change? It seems we need the $index for the row as well as the $index for the date we're changing.
Something we haven't even started on yet is another row underneath the total hours row that will be dropdowns so that the user can enter the location they were at for that days work.
We feel that Angular is a good choice for what we are doing so I suppose my biggest question is are we going in the right direction with this or do we have a fundamental architectural issue?

How can I add calendar on edit mood for different row in DHTMLX Grid

I am working on DHTMLX grid where in my grid the different row have different type of data. And I have provided the facility for a each row to edit the values. There are two rows, one it name of the item another is value for that item. So there is different type of values like price[number], title[string], status [drop down option list], created[date] etc. so I see there is an option for defining the grid's row type for each. Everything is working properly but the calendar is not showing.
Can anyone help me on this?
I have used row type for calendar is "dhxCalendar" but getting error as after that no row is showing up and the design gone missing. Any kind of help will be appriciable.
a) be sure to include related files
excell/dhtmlxgrid_excell_dhxCalendar.js
dhxCalendar/codebase/dhtmlxcalendar.js
b) be sure that format of date in you datasource (xml|json) is the default one (d/m/y), or you are using setDateFormat as
grid.setDateFormat("format to show", "format in datasource");

Resources