Viewing 15 posts - 1 through 15 (of 52 total)
I am sure there is a more elegant way of doing this, and without seeing your code this is just a bit of an assumption.
However it would seem...
December 18, 2018 at 3:56 am
I am sure there would be a way to achieve what you are asking, however sometimes it might be easier to change your source and then it will make the...
December 10, 2018 at 9:15 am
How is CopayType being populated?
Is it possible to split this into the separate fields that the column group is dynamically creating? Then you could use a Tablix and then...
December 10, 2018 at 9:01 am
Sorry just managed to enlarge your screenshot.
I don't know if I fully understand, however shouldn't it just be dividing the column 1 Req over 2 Count to...
December 10, 2018 at 8:34 am
Could you not use inline if function?
Something like
=iif(ReportItems!CopayType.Value="1 Req", ReportItems!CopayValue.Value,0 or something else)iif(/ReportItems!CopayType = "2 Count", ReportItems!CopayValue.Value,0 or something else)
I am not sure what you would put...
December 10, 2018 at 8:25 am
To get the percent calculation, you need to divide the correct report items value for the fields that you want to calculate for example.
For the sub total line,...
December 10, 2018 at 7:43 am
Ok try the same as I said before but this time right click on the Username grouping.
December 10, 2018 at 7:07 am
If you right click on the group name in your case 'Specialty' you should find an 'Add Total' option. You can then choose either before or after each group split.
December 10, 2018 at 6:51 am
In case anyone else does have this issue.
The next thing we tried after finding a thread about this on another forum was to flush the DNS cache. This...
December 10, 2018 at 2:52 am
I am having similar issues. Has anyone found a solid solution to this. Currently I am changing the provider to SQLOLEDB.1 and testing this.
It is happening across a...
December 7, 2018 at 4:37 am
You could try PowerApps.
https://powerapps.microsoft.com/en-us/
Very quick and easy...
November 28, 2018 at 2:45 am
If you have VM's. This software is very good. Whilst it takes an image of the server it still allows for object level recovery.
Fairly cost effective as well.
November 19, 2018 at 2:00 am
You can use BIT fields and then set the default value to 0 in SQL. This gets around the issue I have experienced in the past.
Thanks
November 7, 2018 at 1:57 am
What are the fields in the table? Is there a bit (Yes/No field for Access) field?
November 5, 2018 at 4:55 am
Viewing 15 posts - 1 through 15 (of 52 total)