I have a chart that is using multiple data sources and I want to change the labels to reflect the dates of those data sources instead of all just saying "Record Count".
When using blend data the column names can and should be renamed at this point.
First click on the "AUT" symbol left of the field then enter the new column name.
It is also possible to edit column of a grafic by change the names under "Metrics".
Related
I have thousands of rows in my Microsoft Access DB and I would like to update all values in the column "Documento_Digitalizado". Values in this column are raw text that must be updated to be an hyperlink.
(The hyperlink direction has to be the text value of the cell)
This is my Access DB
This is the way to update them one by one.
First save a copy of your table just in case!
Create a query to up-date your original table Documento_Digitalizado column to show FULL file path if it does not already show it.
Then open your original table in design mode.
Change field type of Documento_Digitalizado from text to hyperlink
save, close.
To bulk edit hyperlink fields change date type from hyperlink to text, create and run query to amend file location, change field data type back to hyperlink
I had to change drive letter in hyperlink. Changed table column to long text from hyperlink and saved. Exported to Excel. Dropped existing rows from table. Bulk changed the drive letter in Excel. Loaded to now empty table. Changed table column to hyperlink.
300 rows of reference document links, 3 minutes to fix.
I want to filter for unique events based on event category= Landing Page Links for dimensions=campaign and source. The entire table is already filtered for certain campaigns and sources. But on this particular column in the table I want event category filter in google data studio report. Is it possible?
I have tried creating calculated fields using case when but it is throwing error.
Not sure what you want to do but it you want to have different filters for 2 columns in one table, you can use data blending. If you have data source A and wants filter1 on one column and filter2 on the other, blend Source A with filter1 to SourceA with filter2. You just have to configure the Joint Keys properly to make it give the data you are expecting.
I've created a dropdown box in layout mode of filemaker and specified a field to pull in. However the box is remaining blank and not pulling in any of the information from the field in the table. What can have been missed for this to happen?
Most probably it is the problem with the value list set up or the relationship you are using to pull in the data for your drop-down.
If you are using a value list from a related data, place a portal based on the same relationship on the same layout and see if data comes through. If it does not - resolve your relationship first.
If you are pulling all values from a field in the same table, make sure in the value list setup you select the same relationship as the one the layout based on, the target field is selected and "Include all values" option is checked
this is the first time posting here for me.
I have a quick question about excel. Currently I have an input page where I can input a project name and then fill out details on the project. Is there a way that I can store this information on another sheet? For example, if I type in "Project A" in the project input, then that will be saved in another sheet in a table or something, and the proceeding information (like date, price, etc) will be saved along with it. Then, if I type a new project name in, like "Project B", a new entry will be created with subsequent data.
Thank you!
The ancient Excel data form seems to still exist, even in Excel 2013.
Create a data table with headings and at least one row of data. Select the range and hit Ctrl-T or Insert > Table. This will turn the range into an Excel table.
Now either create a custom group on a ribbon and add the following command to this or your Quick Access Toolbar: All Commands > Form...
Select a cell in the table and hit the Form button that you just inserted into the QAT or the ribbon and you will see a dialog where you can create new rows in the table, and you see a few other buttons to manage data in the table, including deleting rows and searching data in existing rows.
That is the easiest no-code approach.
I am trying to create a SQL Server Reporting Services report to display all the records in a table.
However I don't want it to be in gridview form as one of the fields is very long.
The only way I seem to make all the records display (and not just the last record) is to use a Table.
So this way all my fields are listed just like an excel table.
Is it possible to display it more like a C# Repeater?
The format would be something like this:
Name - Truck Number - Trailer Number
Notes
Name - Truck Number - Trailer Number
Notes
As opposed to
Name - Truck Number - Trailer Number - Notes
Right-click on the detail row handle on the far left (a grey box with three horizontal lines) and insert a row below. Put your Notes field in that inserted row.
You may want to merge some cells to have it take up the entire row. Highlight the cells you want to merge and use Merge Cells from the right-click menu or the main toolbar.
You may want to hide the Notes row if there are no notes for that entry. Click the row handle to select the row (if SSRS 2005) or right-click it and choose Row Group->Group Properties and go to the Visibility section (if SSRS 2008) and set the Visibility-Hidden property to something like:
=Fields!Notes.Value = Nothing