i created a button with function "Filter out Marked rows" . It was working finely for last 2 months. Its not working now. does anyone knows reason. Its not working on any visuals or tables in my report.
I tried to filter out by marking and right clicking. But the option is faded out.
please see picture
check 'create automatically for all columns' in table properties for that particular table
Related
I'm working in excel doing pivot tables and the field list is too large. It is hard to see what headings are in 'rows' here for example. I've tried zooming out and in to no avail and connecting it to a larger monitor but it doesn't help.
I have also tried changing to display settings from 'optimize for best appearance' to 'optimize for compatibility' but nothing changes.
Any help would be great,
Thanks
This is the image of the excel field list I am having trouble with
I end up with the same sort of issue if my Excel window is only using a portion of the vertical space on the monitor. If this is the case, maximizing the window should solve the issue.
If you are already maximized, try hitting the gear icon and changing the layout to Area Section Only (2 by 2).
Yes, I had this problem too. It's very annoying, and took me a long time to find a solution. It's an easy fix! Near the bottom, right-hand corner of your MS Excel window, select "Display Settings." Then Select the radio-button "Optimize for compatibility." You will then be asked to close MS Office applications and re-start the application. It worked for me! Good luck.
I was working on an Excel project, but I come across an annoying issue.
The picklist is from Salesforce multi picklist field.
XL connector connects excel to salesforce.
When I double click this particular column, a pop up opens us asking if I want to select multiple.
How do I remove this data validation?
I have tried clearing the whole column data validation, cleared all conditional formatting and even clear button to erase all, without any success.
I have even deleted the column but it keeps coming back just like my EX
It looks simple but I give up.
If anyone could help me it will be very helpful.
Goto Application Settings and tick the checkbox Ignoring Picklist Validation on Save
Use this option when you want the picklist validation to be ignored when saving the data back to your environment in runtime.
I created a chart which automatically updates ranges when data is added to the source table. I added a dropdown menu which tells the chart what data to display/show. My problem is, the chart doesnt automatically update when the dropdown value is changed, i need to press CTRL+SAVE for the data to match the value on the dropdown. Can someone please point me to the right direction?
here's an image of my graph. as you can see, the dropdown has three options. if i change the dropdown value, the chart wont update unless i press CTRL+S. Please note that I am not using vba/macro for this.
Thanks in advance.
Not sure but maybe automatic calculation is off
I'm working with a template that has formula which displays drop down list. In this template, I'm copying over several plans that have already picked an item from the drop down list. However, when the plan is copied over, the data validation error occurs and if I want to change the item from the drop down menu, I'm not able to do that. Can you please advice how can I sync the data with the formulas created already?
Here is a screenshot:
When I click on the arrow, the list is not displaying.
I managed to fix it myself with help of comments under my questions. When I paste new rows in the column, the current rule is not applied for them automatically. What I did was to create a list again for the column. I clicked on the column header-> data validation> selected list-> then added all options/items for the list. I can change value of pasted items.
I have a document that I have built tables of data into that are formula driven. I created charts for these tables and for reporting purposes applied filters to these tables to make the charts more readable. The way this works is the user selects an option from an ActiveX combo box which triggers the filter on the table thus making the chart only display the filtered values. All of this works very well except when I add more data in the form of new row or columns to my table. The result is when you select an option from the combo box the chart just appears blank. This only happens sometimes and I have yet to figure out why. The attached picture is showing what the charts data looks like when I chose select data after this problem occurs. As you can see there is data that should be displayed in the dialogue box but it appears empty, likewise the chart is empty. If I copy and paste the chart the data then appears in the new chart, until I select a different option from the combo box, then it disappears again. Very confusing and frustrating. Any ideas as to why this is occurring?
I figured it out! I needed to recalculate the sheet.
Worksheets("Sheet1").Calculate
This seems to work fine.