I have a data in a column where People have mentioned the country name where they have traveled
Data will be like this
click here to see how data will be
I want the count for each country in one Table(see below). How can I do that?
click here to how i want
Related
Report snapshot
Hi Folks,
Can any one suggest how to group by the highlighted column in the attached Report snapshot...please note that this a text field and not present in the source query. This is a RDLC Report...finally I want to show Patients data in Direct Referrals row by row as in Central & HQ locations.
I am want to replicate an excel dashboard in shiny - I need to create nested data tables such that it displays aggregated data at country levels and when you click on a country it opens nested districts and data corresponding to them. See screenshots.
Country, District, and Mechanism are 3 different columns in the dataset
When you click on the '+' sign table opens up to show data at the district level and then at the mechanism level
I want to create a grouping and then print sum as per the design
Cognos report mock picture
I am able to do grouping of first two columns(when groups are present) but for totals column. I am unable to perform. Can anyone tell me the steps to group and display the output as the picture
Select the column you want to summarize and click the Sum -> Total option. This will create a total row for each group you have, and a single overall total at the bottom. You can delete any subtotal lines you do not want. If you click the Unlock button, you can edit the titles within the totals row.
I would like to create a Google form which can give me the following sort of response in Excel Sheet.
Student Name 4-Jun
XYZ P
We are using this kind of sheet to mark attendance. All I was able to create from a Google form was
Timestamp XYZ
7/6/2013 6:05:19 Present
Thus instead of having student names as columns, we would like to have them as rows and mark their attendance by dates as columns. Let me know if there is a way to do that.
Thanks.
I don't think the feature is available directly, but once you have the final spreadsheet, you can use the TRANSPOSE function to rotate the results onto a new worksheet. Details are here.
I need to create a donor summary report that provides total donations by donor by year.
I need to provide
name address email yr1total yr2total etc...
It looks like salesforce only allows two columns in row headings and two columns in column headings. Is there a way to work around this
Or, is there a way to use the tabular report to do the same?
TIA
If donations is a single field on the donor's record, it seems like what you're looking to do is attempt to display two columns for the same data within a report. The best way to do this (well, outside of creating a master-detail relationship with a new custom object named "Donations") would to have formula fields for each of the donation years, and calculate the donation sums in each of them. That is, as long as you have a way of calculating the year of the donation.
I believe to get the best answer, more information is needed.
Something like this? This will work if your donation is a separate object that's linked to Account (I've used Tasks & Events linked to Accounts in my example).
Create a report in "Matrix format".
Drop Account Name on the left pane, Donation's Date on the columns.
Columns will default to days. Click the dropdown in the place where I have "Created Date" and select summarizing by year (of course fine-tune to whatever you need).
Check date ranges / filter criteria etc obviously if you don't see all data.
Click Show -> Hide details.
Drop your "Donation Amount" or similar field into place where "Record Count" is displayed. Use "Sum".
Optionally deselect Show -> Record Count.
Now you're mentioning that there are only 2 columns so you probably already tried this. Well, common trick is to cheat by using a formula field that would hold your data (separated by comma maybe?). Tabular report would require you to create some helper fields (1 per year) on Account and do some kind of rollup summaries, messy.
If it's for a dashboard you could play with summary report (it can have more groups than 2) and pick chart type table on the dashboard...