How To Create A Status Column In A SharePoint List

Поделиться
HTML-код
  • Опубликовано: 2 дек 2024

Комментарии • 30

  • @LuiIacobellis
    @LuiIacobellis  2 года назад

    ⭐🔔DOWNLOAD THE LIST OF THE BEST FREE SHAREPOINT LIST JSON FORMATTING RESOURCES INCLUDING THE JSON USED IN THIS VIDEO HERE⭐🔔: bit.ly/43qhH0X
    ⭐🔔SIGN UP FOR MY SHAREPOINT LIST FUNDAMENTALS ON-DEMAND COURSE.⭐🔔:academy.luigiiacobellis.com/sharepoint-list-fundamentals-pre-launch
    ⭐🔔GET YOUR FREE COPY OF MY THREE SHAREPOINT TIPS TO SUPERCHARGE YOUR PRODUCTIVITY HERE⭐🔔: bit.ly/3Q921sH
    CHECK OUT MY HOW TO USE SHAREPOINT PLAYLIST - 40+ TUTORIALS: ruclips.net/p/PLmE7KGV9-I4uibXaJ7ZqTXbbS4tukRJPh

  • @anisah-v5x
    @anisah-v5x Месяц назад

    awesome! I need your help! I have created a parent and child task and the issue is that I have to manually update the completion percentage bar and the progress status for both parent and child task. Is there a way for it to correlate each other so its automated?

  • @dominicatuahene7303
    @dominicatuahene7303 5 месяцев назад +2

    That was awesome!!! how can you update status column in list based on change in progress bar in planner task? do you have any video on it? Thank you

    • @LuiIacobellis
      @LuiIacobellis  5 месяцев назад

      The closest thing I have that covers some of your use-case is here: ruclips.net/video/-eMQuCHS6-o/видео.html

  • @iyanu
    @iyanu Год назад +1

    Do you have a flow of when the status changes when it’s in work in progress or deadline

  • @va3bells
    @va3bells 2 года назад +3

    What version of SharePoint are you using? My organization has SP 2019. I don't have the column customizations, i.e., color palette.

    • @LuiIacobellis
      @LuiIacobellis  2 года назад

      Hi there, I'm using SharePoint Online. I do not believe that the color palette option was available in SharePoint 2019 . Hope this helps and thanks for watching.

  • @cem313
    @cem313 Год назад +1

    Hello, First of all, thanks.
    Is it possible to customize the columns for each folder separately when we create subfolders in the Document Library after creating a folder in that folder? When I add a column, the same column is included in the parent and child folders of that folder. How can I create columns with a different number of even metadata for each folder?

    • @LuiIacobellis
      @LuiIacobellis  Год назад

      Unfortunately it's not possible to do this. There are only one set of columns that apply to all list items, folders and sub folders. I hope this helps and thanks for watching

  • @KhadeejaAhmed-bp8gb
    @KhadeejaAhmed-bp8gb 4 месяца назад

    ok but can it be shown to the receiver ? and let the receiver choose and it just appears in Microsoft list ?

  • @dianekmk
    @dianekmk Год назад

    This is great, thank you! Is there a way to change the color of the bars?

    • @LuiIacobellis
      @LuiIacobellis  Год назад

      Hi there, yes within the syntax there are RGB color codes you can modify! Hope this helps!

    • @eslamfahmy87
      @eslamfahmy87 10 месяцев назад

      @@LuiIacobellis could you please clarify more by example

    • @LuiIacobellis
      @LuiIacobellis  10 месяцев назад

      Hi there unfortunately I won't be producing another video on this topic anytime soon. You're best bet is to post your question over on the Microsoft Tech Community techcommunity.microsoft.com/

  • @sanjayrawat9768
    @sanjayrawat9768 Год назад

    Can we apply 2 different logic in the conditional formatting tab?

  • @eslamfahmy87
    @eslamfahmy87 10 месяцев назад

    thank you for that tutorial but I not familiar with Jason codes so could you provide me with data bar Jason code which has bar chart regarding to %

    • @LuiIacobellis
      @LuiIacobellis  10 месяцев назад

      I've shared the link to the raw code in the description of the video. It's identical to what I used in this video. Thanks!

  • @nasenelijah
    @nasenelijah 8 месяцев назад

    How can i make this on one File and not throughout the entire share point? I only need the columns in the accounting side of files not every single file that is in share point.

  • @kuzivakwashemupani2623
    @kuzivakwashemupani2623 2 месяца назад

    Thank you how did you get to even create a Task in SharePoint from scratch

    • @LuiIacobellis
      @LuiIacobellis  2 месяца назад

      You are welcome. I cover this very topic in my on-demand course called SharePoint List Fundamentals: academy.luigiiacobellis.com/sharepoint-list-fundamentals-pre-launch - You can use promo code "MSLOOP20" to save 20% off the start and pro plan for a limited time.
      I also have a basic tutorial that demonstrates how to create a SharePoint List here: ruclips.net/video/EYC_qoSha0s/видео.html

  • @ramses_is_numba_one
    @ramses_is_numba_one 8 месяцев назад

    is there a way to hide or restrict that column from certain users?

  • @londonengland2309
    @londonengland2309 2 года назад

    You are a star! Could you use Jason to automate the status column based on the target date.

    • @LuiIacobellis
      @LuiIacobellis  2 года назад

      Hi London, thank you for the kind words. You would need to use automate to update values based on other values. JSON allows for visual modification of items and not real-time updates. Hope this helps!

  • @WELUVYOU-REDD
    @WELUVYOU-REDD 2 года назад

    My column has different ends date. Can you please do a video on how to do different due dates in one column. Some of my task are quarterly, monthly, and annually.

    • @LuiIacobellis
      @LuiIacobellis  Год назад

      Hello, my apologies for the delay in responding to your comment. I hope that you found an answer by now. I’m not sure I understand your query. Each task must reference one start and one end date. The end date can occur monthly, quarterly, or annually. It should not matter in the context of the status column. If you have multiple end date columns, then you would need to implement multiple visual status columns which is not recommended. Hope this helps and thank you for watching

  • @Simo-un2zu
    @Simo-un2zu 2 года назад

    Do you know of any method to automatically update status column without using powerapps or automate? I was able to create a binary Yes/No column based on a nested IF formula, which checked values of other columns, but rather than a 2 value Yes/No, I'm trying to figure out how to switch through 8-10 different Status states based on other columns. Hope that makes sense. Thanks for your videos.

    • @LuiIacobellis
      @LuiIacobellis  2 года назад

      Hi there, my apologies for the delay in responding to this. The only alternative that I'm aware of would be to use IF statements. With 8-10 states though it could get messy and complex. Power Automate would likely be your best option as it is much easier to code compared to IF statements. I also have a video outlining how to do this: ruclips.net/video/bz1qSexNW9Y/видео.html - Hope this helps and thanks for watching!

    • @Tom70898
      @Tom70898 Год назад

      @@LuiIacobellis I'm trying to do a similar thing as Simo but im very new to this, I've watched your linked video however I don't want it to be a calculation but instead I want it to be based off other columns. My list has all the inputs from a form, so for example i want the status to be 'complete' but only if the user has put in the inputs for column 1, 2 and 3 for example. Does that make sense? and if so, how would i do this?

  • @stephanedenis5394
    @stephanedenis5394 Год назад

    Super interesting, thank you very much for all these tutorials and tips. I have watched several of your videos.
    For the percentages "problem", I don't believe it is ;) From my understanding, in the JSON code, the 7th line shows what is happening ("txtContent": "=(100 * @currentField) + ' %'",) the value is multiplied by 100. If you enter 5... it will give 500%. You must enter the values in decimal (or modify the code and remove the 100*). I say maybe anything :D

    • @LuiIacobellis
      @LuiIacobellis  Год назад +1

      Hi Stephane, sorry for the delay! thank you so much for catching the JSON error! I have added this explanation to the description so others can understand it as well. I really appreciate it!