Sign in to join the conversation:
I have a list of that will not open up today. There are 671 children and the "+" and "-" changes but the rows are not displayed.
Help please!
Rose
Hi Roseline,
It looks like you may have a filter applied. Your screencaps show a lot of Open/Green rows, but nothing that has been closed. This suggests that the filter icon visible under the Status column header is filtering out Closed Status rows.
To remove the filter, you can either:
Hope this sorts things out for you.
WELL!!! Thank you very much! I must have hit the filter button by mistake. I have never used filters but now that you have re-jigged the placement of everything it is right there and I guess too easy to run into!
Thanks for the help
My pleasure Rose,
I know how frustrating it can be when something is roadblocking you like this.
Kind regards,
Chris McKay
I am attempting to use the Python example for Listing Folder Children from the API Reference Docs. No matter what I do I get the following error message: {'errorCode': 1006, 'message': 'Not Found', 'refId': 'qgsta7'} =======CODE======= import requests import os from dotenv import load_dotenv from dotenv import…
Hi all. Just started work on the pending API deprecations and after changing my Maven Test POM to specify the 3.10.0 library (and only this library as a dependency I'm getting the error thrown (see attachment). Do I need to specify transient dependencies explicitly? Thanks, Todd.…
Hi At https://developers.smartsheet.com/api/smartsheet/openapi/rows/rows-addtosheet the documentation says that a 'permaLink' attribute can be returned, "if the include query string parameter contains rowPermalink". So I've set my POST request to: /sheets/#{sheet_id}/rows?include=rowPermalink and sadly had no luck. I have…