图表绘制0

最近,我联系了技术支持部门,想知道在仪表板图表中是否有一个选项可以防止图表绘制为0。我收到了以下回复:

目前我们还没有一个功能,将阻止特定的值显示在图表上。此时,我们能提供的唯一解决方案是从单元格中删除零,这将阻止我们的系统检测数据和绘制数据点,或者修改图表数据以不包括未来月份。

不幸的是,我无法删除0,因为我的数据来自计算,或者修改图表以不显示未来的月份,因为我们希望看到未来的月份与过去一年的数据进行比较。

我想投票选择关闭要在图表中绘制的值,例如0,以便我的图表看起来“更干净”。

«1

评论

  • 她名叫Stara
    她名叫Stara ✭✭✭✭✭✭

    嗨了一只名叫阿玉,

    好主意!这将是对Smartsheet功能的一个很好的补充。

    当你有时间的时候,请提交一个增强请求。

    希望这对你有帮助!

    祝你一周愉快!

    最好的

    她名叫Stara

    工作流程顾问/ CEO @ WORK BOLD

    work-bold

    智能表专家顾问兼合伙人

    她名叫Stara|工作流程顾问/ CEO @工作大胆

    W:www.workbold.com| E:(电子邮件保护)| p: +46 (0) - 72 - 510 99 35

    请随时与我联系,了解有关Smartsheet,集成,一般工作流建议或其他方面的帮助。

  • 保罗新来的
    保罗新来的 ✭✭✭✭✭✭

    我经常在计算中“隐藏”零。下面是一个基本的例子。

    原来的公式:

    =COUNTIFS({Sheet A Range 1}, "In Progress")

    显示我有多少个“In Progress”状态,但如果计数为零,我希望该单元格为空白,或者换句话说:如果计数大于零,则填充数字。

    因此,我使用IF语句来完成此操作。

    =如果(计数({表A范围1},“正在进行中”)> 0,计数({表A范围1},“正在进行中”)

    它基本上是说,如果原始公式大于零,运行原始公式。将IF的"else"部分关闭意味着它将默认为空白。

    我在仪表板的报告指标中经常使用它。

    thinkspi.com

  • 保罗新来的
    保罗新来的 ✭✭✭✭✭✭

    很乐意帮忙!是的

    thinkspi.com

  • @Paul新来的-你上面关于使用公式隐藏“0”的建议很有效。但是,图表仍然显示了值为空的标签。有没有一种方法可以隐藏轴上的标签?

  • 保罗新来的
    保罗新来的 ✭✭✭✭✭✭

    @Sameer卡纳

    插入另一列并使用公式,如

    =IF([Column With Count]@row <> "", [Column With Label]@row)


    然后你可以在你的图表中引用这一列。

    thinkspi.com

  • 谢谢@Paul新来的。这可以帮助。抱歉,我之前错过了这条信息。

  • 保罗新来的
    保罗新来的 ✭✭✭✭✭✭

    很乐意帮忙。

    thinkspi.com

  • Mathijs穆勒
    编辑03/28/21

    @Paul新来的如果数据是从Excel表格公式导入的呢?我们用公式导入excel数据。在excel中,我们可以隐藏零值,但当我们导入到Smartsheet时,0确实会显示出来。我们如何去除它们?我们使用导入的数据生成PDF文档,现在所有的0都显示在文档上。

  • 保罗新来的
    保罗新来的 ✭✭✭✭✭✭

    @Mathijs穆勒您可能希望插入一个辅助列并使用我在上面的评论中概述的公式,其中您说如果值大于零,则显示该值。

    I \"hide\" zeros in calculations quite frequently. Here is a basic example of how.<\/p>\n

     <\/p>\n

    Original formula:<\/p>\n

     <\/p>\n

    =COUNTIFS({Sheet A Range 1}, \"In Progress\")<\/p>\n

     <\/p>\n

    Gives me a count of how many \"In Progress\" statuses I have, but I want that cell to be blank if the count is zero or in other words: populate the number if it is greater than zero.<\/p>\n

    So I use an IF statement to accomplish this.<\/p>\n

    .<\/p>\n

    =IF(<\/strong>COUNTIFS({Sheet A Range 1}, \"In Progress\") > 0,<\/strong> COUNTIFS({Sheet A Range 1}, \"In Progress\"))<\/strong><\/p>\n

    .<\/p>\n

    It basically says \"if original formula is greater than zero, run original formula. Leaving the \"else\" portion of the IF off means it will default to blank.<\/p>\n

     <\/p>\n

    I use it A LOT in my reporting metrics that feed dashboards.<\/p>","bodyRaw":"

    I \"hide\" zeros in calculations quite frequently. Here is a basic example of how.<\/p>\n\n

     <\/p>\n\n

    Original formula:<\/p>\n\n

     <\/p>\n\n

    =COUNTIFS({Sheet A Range 1}, \"In Progress\")<\/p>\n\n

     <\/p>\n\n

    Gives me a count of how many \"In Progress\" statuses I have, but I want that cell to be blank if the count is zero or in other words: populate the number if it is greater than zero.<\/p>\n\n

    So I use an IF statement to accomplish this.<\/p>\n\n

    .<\/p>\n\n

    =IF(<\/strong>COUNTIFS({Sheet A Range 1}, \"In Progress\") > 0,<\/strong> COUNTIFS({Sheet A Range 1}, \"In Progress\"))<\/strong><\/p>\n\n

    .<\/p>\n\n

    It basically says \"if original formula is greater than zero, run original formula. Leaving the \"else\" portion of the IF off means it will default to blank.<\/p>\n\n

     <\/p>\n\n

    I use it A LOT in my reporting metrics that feed dashboards.<\/p>","format":"html","dateInserted":"2019-11-19T08:41:56+00:00","insertUser":{"userID":45516,"name":"Paul Newcome","title":"","url":"https:\/\/community.smartsheet.com\/profile\/Paul%20Newcome","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/userpics\/082\/nQPUTVFKKWDJ2.jpg","dateLastActive":"2023-06-15T12:16:06+00:00","banned":0,"punished":0,"private":false,"label":"✭✭✭✭✭✭"},"displayOptions":{"showUserLabel":false,"showCompactUserInfo":true,"showDiscussionLink":false,"showPostLink":false,"showCategoryLink":false,"renderFullContent":false,"expandByDefault":false},"url":"https:\/\/community.smartsheet.com\/discussion\/comment\/229281#Comment_229281","embedType":"quote"}"> https://community.smartsheet.com/discussion/comment/229281#Comment_229281


    thinkspi.com

  • @Paul新来的嗨,保罗,谢谢你。但是,我还是不清楚我在哪里加的公式?我从excel中导入数据,这会创建一个新的工作表。从新工作表中将该行复制到现有工作表。在我复制到的这张表中,“零”应该被隐藏/去掉。我可以把公式写在整个表格上吗?

  • 保罗新来的
    保罗新来的 ✭✭✭✭✭✭

    您将在现有工作表中插入新列。把公式放到每一行。

    thinkspi.com

  • 杰森P
    杰森P ✭✭✭

    @Paul新来的嗨,保罗。我已经使用了上面的公式,但在单元格计数为7的地方,在执行公式时单元格返回0,我错过了什么?

    = COUNTIFS({设计-请求寄存器范围3},(电子邮件保护)),{请求跟踪范围2 -状态},"正在进行中")> 0,COUNTIFS({设计-请求寄存器范围3},"正在进行中"))

    欢呼。

    永远向前,永远向后。

  • 保罗新来的
    保罗新来的 ✭✭✭✭✭✭

    @Jason P这两个国家应该是相同的。

    thinkspi.com

  • 杰克里德
    杰克里德 ✭✭✭✭✭

    @Paul新来的非常简单和有效。谢谢你!似乎很明显,但我不知道我是否曾经想过。唯一的缺点是,当使用较长的公式时,除非您再次输入所有公式,否则公式无法工作。我试过复制/粘贴,但没有成功。不知道为什么会发生这种情况,似乎公式辅助不注册每一块,除非它是手动输入的…奇怪的是,如果我把它写出来,我就可以自动填充行/列中的其他单元格,并相应地编辑标准,这是有效的。

    耸了耸肩

    真正不好的部分并不是要把它打印出来,而是在我复制/粘贴时,它会认为公式是不正确的。我想知道如果我只是需要刷新或什么,但我得到了不可原谅的错误


    欢呼,

    杰克

You will have to get an admin of Teams to allow the Smartsheet for Teams app in the admin console of Teams.<\/p>"}]}},"status":{"statusID":3,"name":"Accepted","state":"closed","recordType":"discussion","recordSubType":"question"},"bookmarked":false,"unread":false,"category":{"categoryID":321,"name":"Smartsheet Basics","url":"https:\/\/community.smartsheet.com\/categories\/smartsheet-basics%2B","allowedDiscussionTypes":[]},"reactions":[{"tagID":3,"urlcode":"Promote","name":"Promote","class":"Positive","hasReacted":false,"reactionValue":5,"count":0},{"tagID":5,"urlcode":"Insightful","name":"Insightful","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":11,"urlcode":"Up","name":"Vote Up","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":13,"urlcode":"Awesome","name":"Awesome","class":"Positive","hasReacted":false,"reactionValue":1,"count":0}],"tags":[]},{"discussionID":106358,"type":"question","name":"Remove Reply in Smartsheet Button from Comment Notification","excerpt":"Hello, I use the Comments of the Sheet to communicate with other people regarding the Requests we have in the Sheet. The comment notification that is sent automatically when a user has mentioned another user in a comment is very useful. However, I would like to remove the \"Reply in Smartsheet\" button that is shown at the…","categoryID":321,"dateInserted":"2023-06-13T10:55:28+00:00","dateUpdated":"2023-06-13T10:55:37+00:00","dateLastComment":"2023-06-15T12:15:24+00:00","insertUserID":160277,"insertUser":{"userID":160277,"name":"moraki","url":"https:\/\/community.smartsheet.com\/profile\/moraki","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/defaultavatar\/nWRMFRX6I99I6.jpg","dateLastActive":"2023-06-15T11:23:42+00:00","banned":0,"punished":0,"private":false,"label":"✭"},"updateUserID":91566,"lastUserID":160277,"lastUser":{"userID":160277,"name":"moraki","url":"https:\/\/community.smartsheet.com\/profile\/moraki","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/defaultavatar\/nWRMFRX6I99I6.jpg","dateLastActive":"2023-06-15T11:23:42+00:00","banned":0,"punished":0,"private":false,"label":"✭"},"pinned":false,"pinLocation":null,"closed":false,"sink":false,"countComments":3,"countViews":33,"score":null,"hot":3373486852,"url":"https:\/\/community.smartsheet.com\/discussion\/106358\/remove-reply-in-smartsheet-button-from-comment-notification","canonicalUrl":"https:\/\/community.smartsheet.com\/discussion\/106358\/remove-reply-in-smartsheet-button-from-comment-notification","format":"Rich","tagIDs":[219,441,510],"lastPost":{"discussionID":106358,"commentID":380731,"name":"Re: Remove Reply in Smartsheet Button from Comment Notification","url":"https:\/\/community.smartsheet.com\/discussion\/comment\/380731#Comment_380731","dateInserted":"2023-06-15T12:15:24+00:00","insertUserID":160277,"insertUser":{"userID":160277,"name":"moraki","url":"https:\/\/community.smartsheet.com\/profile\/moraki","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/defaultavatar\/nWRMFRX6I99I6.jpg","dateLastActive":"2023-06-15T11:23:42+00:00","banned":0,"punished":0,"private":false,"label":"✭"}},"breadcrumbs":[{"name":"Home","url":"https:\/\/community.smartsheet.com\/"},{"name":"Using Smartsheet","url":"https:\/\/community.smartsheet.com\/categories\/using-smartsheet"},{"name":"Smartsheet Basics","url":"https:\/\/community.smartsheet.com\/categories\/smartsheet-basics%2B"}],"groupID":null,"statusID":3,"image":{"url":"https:\/\/us.v-cdn.net\/6031209\/uploads\/YS8LARGCN51D\/comment.png","urlSrcSet":{"10":"","300":"","800":"","1200":"","1600":""},"alt":"comment.png"},"attributes":{"question":{"status":"accepted","dateAccepted":"2023-06-14T12:27:37+00:00","dateAnswered":"2023-06-14T12:14:50+00:00","acceptedAnswers":[{"commentID":380442,"body":"

Hi @moraki<\/a> <\/p>

There currently isn't a way to remove the Reply button or the reply-to email function for @mentions in Smartsheet. (Here's the Help Article on this functionality: Using @mentions in comments<\/a>)<\/p>

Please submit your feature request to the Product team by creating an Idea Post<\/strong> in the Smartsheet Product Feedback and Ideas topic<\/a> here in the Community. This will allow other users to vote on your enhancement idea!<\/p>

Cheers,<\/p>

Genevieve<\/p>"}]}},"status":{"statusID":3,"name":"Accepted","state":"closed","recordType":"discussion","recordSubType":"question"},"bookmarked":false,"unread":false,"category":{"categoryID":321,"name":"Smartsheet Basics","url":"https:\/\/community.smartsheet.com\/categories\/smartsheet-basics%2B","allowedDiscussionTypes":[]},"reactions":[{"tagID":3,"urlcode":"Promote","name":"Promote","class":"Positive","hasReacted":false,"reactionValue":5,"count":0},{"tagID":5,"urlcode":"Insightful","name":"Insightful","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":11,"urlcode":"Up","name":"Vote Up","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":13,"urlcode":"Awesome","name":"Awesome","class":"Positive","hasReacted":false,"reactionValue":1,"count":0}],"tags":[{"tagID":219,"urlcode":"Sheets","name":"Sheets"},{"tagID":441,"urlcode":"comments-and-conversations","name":"Comments and Conversations"},{"tagID":510,"urlcode":"email-notifications","name":"Email Notifications"}]},{"discussionID":106398,"type":"question","name":"Is there a way to send a multiple-row update request that allows multiple (as-you-go) submissions?","excerpt":"New user and new to the community. Trying to figure out if there's a way to send a multiple-row update request that allows the requestee to submit one row update at a time, save along the way, and\/or use the update request link multiple times vs. the requestee having to provide every row update before clicking submit.…","categoryID":321,"dateInserted":"2023-06-13T20:49:40+00:00","dateUpdated":null,"dateLastComment":"2023-06-14T15:59:53+00:00","insertUserID":162342,"insertUser":{"userID":162342,"name":"mgreenwalt","title":"coordinator","url":"https:\/\/community.smartsheet.com\/profile\/mgreenwalt","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/defaultavatar\/nWRMFRX6I99I6.jpg","dateLastActive":"2023-06-14T15:22:47+00:00","banned":0,"punished":0,"private":false,"label":"✭"},"updateUserID":null,"lastUserID":8888,"lastUser":{"userID":8888,"name":"Andrée Starå","title":"Smartsheet Expert Consultant & Partner | Workflow Consultant \/ CEO @ WORK BOLD","url":"https:\/\/community.smartsheet.com\/profile\/Andr%C3%A9e%20Star%C3%A5","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/userpics\/0PAU3GBYQLBT\/nXWM7QXGD6464.jpg","dateLastActive":"2023-06-15T10:24:15+00:00","banned":0,"punished":0,"private":false,"label":"✭✭✭✭✭✭"},"pinned":false,"pinLocation":null,"closed":false,"sink":false,"countComments":3,"countViews":39,"score":null,"hot":3373449573,"url":"https:\/\/community.smartsheet.com\/discussion\/106398\/is-there-a-way-to-send-a-multiple-row-update-request-that-allows-multiple-as-you-go-submissions","canonicalUrl":"https:\/\/community.smartsheet.com\/discussion\/106398\/is-there-a-way-to-send-a-multiple-row-update-request-that-allows-multiple-as-you-go-submissions","format":"Rich","tagIDs":[446],"lastPost":{"discussionID":106398,"commentID":380525,"name":"Re: Is there a way to send a multiple-row update request that allows multiple (as-you-go) submissions?","url":"https:\/\/community.smartsheet.com\/discussion\/comment\/380525#Comment_380525","dateInserted":"2023-06-14T15:59:53+00:00","insertUserID":8888,"insertUser":{"userID":8888,"name":"Andrée Starå","title":"Smartsheet Expert Consultant & Partner | Workflow Consultant \/ CEO @ WORK BOLD","url":"https:\/\/community.smartsheet.com\/profile\/Andr%C3%A9e%20Star%C3%A5","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/userpics\/0PAU3GBYQLBT\/nXWM7QXGD6464.jpg","dateLastActive":"2023-06-15T10:24:15+00:00","banned":0,"punished":0,"private":false,"label":"✭✭✭✭✭✭"}},"breadcrumbs":[{"name":"Home","url":"https:\/\/community.smartsheet.com\/"},{"name":"Using Smartsheet","url":"https:\/\/community.smartsheet.com\/categories\/using-smartsheet"},{"name":"Smartsheet Basics","url":"https:\/\/community.smartsheet.com\/categories\/smartsheet-basics%2B"}],"groupID":null,"statusID":3,"attributes":{"question":{"status":"accepted","dateAccepted":"2023-06-14T15:22:45+00:00","dateAnswered":"2023-06-13T22:19:44+00:00","acceptedAnswers":[{"commentID":380402,"body":"

Hi @mgreenwalt<\/a> <\/p>

I hope you're well and safe!<\/p>

Here's a possible workaround or workarounds <\/strong><\/p>