Enhanced Dashboard || Sample App

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

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

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

    I've been trying for a long time to create a dash without having to use Ref Rows and Interactive option. This nailed it and I have my dashboard using this filter option instead. Many thanks 👍👍

  • @עמירצין
    @עמירצין 2 года назад +1

    Also, since the filter is associated per user, you could save a filter combo per user and have a dropdown of pre made filters per user to be used in the future.

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

      This is a great idea, especially if you've got a really complex system where these sort of filters can get involved.
      - You could add in the ability to share these setups too, so people could get on the same page quicker-easier.

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

    Thx Matt, more helpful guides. Cheers

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

    Great stuff! Thanks :)

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

    Just what i need 👍
    Thanks

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

    How would we change the slice filter to use on an enumlist instead of and enum? for example, if we want to search for tassk assigned to someone in an enumlist column..

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

    Can you share the virtual columns formula used in users table

  • @BabuBabu-dt4ts
    @BabuBabu-dt4ts 5 месяцев назад

    How to create pagination for the table?

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

    Infinitas gracias.❤

  • @עמירצין
    @עמירצין 2 года назад

    A cool thing would be to use the "filter" side to combine tables like in a sql query. Basicly generating a combined table of related feilds perhaps with dynamic virtual columns

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

      One of the things that's really nice about creating your own dashboard control system, is you can configure it to do ANYTHING you want. (^_^)

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

    In italiano:
    Se nella control box , in filtrer costruction_type con menu dropdown, scendessero i nomi di più tabelle, come faccio a far filtrare per data in base alla tabella scelta su “filtrer costruction_type”?
    in English
    If in the control box, in filter construction_type with dropdown menu, the names of multiple tables were listed, how can I filter by date based on the table chosen on "filtrer construction_type"?
    A thousand thanks

  • @BobbyCreech
    @BobbyCreech 9 месяцев назад

    today following this example I integrated it with my app and Data. I got everything working with my data with two quirks. (I deleted the Donut chart view)
    In my Control Box Only one criteria (out of 4) initially shows up, If I select something, the next criteria box shows up, when I select something, it will then pop up the next box, finally the last criteria box will pop up. I can't figure out what I did wrong that they won't all show up at the same time allowing me to search by any one or combination of criteria. If I go to Control Box/Quick edit columns and remove the Data Validation the box shows up, but the dropdown no longer populates.
    My last control box gives me a dropdown list of names ( I added it to the expression), when I pick one it goes into the criteria box, but doesn't actually filter anything. Suggestions?

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

    Thanks for sharing ! will this work in case you want to showif certain views depending on teh filters ? just got the t-shirt

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

      Yes it will. It's just a matter of creating a variable to hold "which view" or "view type" the person wants to see - then putting a Show If formula for each conditional view that looks at that variable.

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

    how to change the background color of the formula to black?

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

      ruclips.net/video/mRbIrznurIE/видео.html
      That's the AppSheet Toolbox from AppSheetTraining.com
      - ruclips.net/user/redirect?event=video_description&redir_token=QUFFLUhqbldXQV93WW8ySzNzNk5Zb29XRHZoWFhvYjZfUXxBQ3Jtc0tubFI2NXNibUQ1WnROcEVVNHBkYTBvdXNjX0tqUkRXNjBYYmZRZUtRNlBaOXVXTE5fYUtDRkVGdHZXZkoxc0NnQXBDWjdfZEJDRW51NE14M2JuSXktZHFUdDZ4V2VoQk1mWGF4WXlnaTRqUEdpV2FUOA&q=https%3A%2F%2Fchrome.google.com%2Fwebstore%2Fdetail%2Fappsheet-toolbox%2Fhklmffdokpefcfabkmkpjnkoakehigjg%3Fhl%3Den%26authuser%3D0&v=mRbIrznurIE

  • @infoguiahn
    @infoguiahn 7 месяцев назад

    Nice job, thank you

  • @coldcoffee9799
    @coldcoffee9799 11 месяцев назад

    this looks handy. can we do it without a Users table?

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

    I have a problem. In my "Dash" table let say i have column "Worker" that hold 2 (Two) names (e.g. John,Smith) in one row. The problem is the control box only pick value that only hold one name. If the row hold two names (e.g. John,Smith) then the particular task not showing. Is there any work around?

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

      This is a very common issue, and it's just a matter of switching around the logic operator you're using. Check out the following video for something to guide you: ruclips.net/video/EDpPA--aR9E/видео.html

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

    Just in time as I’m building a bunch of dashboard within an app. Maybe you can expand on this like actions to download views as CSV within the dashboards and including enumlist columns for multiple selections. Thanks for this though, much appreciated!

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

    Hello Matt, How To Set the value of Dashboard Hour SUM based on selected filter

    • @MultitechVisions
      @MultitechVisions  2 года назад +1

      The biggest problem with trying to set things up like this, is that there's a "time lag" between when you make your selections and when the total is displayed.
      - There's some workarounds you can do to help, but everything is really kinda "heavy" and messy
      I usually try and see if there's a way to create a chart or graph somehow that can display what you're looking for.

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

      @@MultitechVisions Thanks a lot, Matt!

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

    Hello Matt. what does this expression mean when creating the User slice? what is its logic?
    if("Testing" = "false",
    [User_Email] = USEREMAIL(),
    [User_ID] = "SampleUser"
    )
    in particular "Testing" = "false",

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

      For anyone wondering what it's all about, I addressed it in the following live stream: ruclips.net/video/q6ssmjfikGY/видео.html

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

    Great video. Have seen it like 40 times already. One thing why it is not working for me. What expressions are in the FILTER columns in the Users table? You do not show that. It is something like "IN(INDEX(CURR..." and then it stops. Want to share it? Thanks. Gr. Mike

    • @samariter4292
      @samariter4292 2 года назад +1

      In the description of the video have the link to the application that is being reviewed in this video, you can follow it and copy it to your account, or just look under the hood there you will see all the formulas in full

    • @MultitechVisions
      @MultitechVisions  2 года назад +1

      Depends on where you're talking about in the column settings; you can always check out the sample app. I try and provide links to everything in the description, that way when you need to find more (or if you want to copy one of the formulas) they're there for you when you need them. (^_^)
      - www.appsheet.com/Template/AppDef?appName=EnhancedDashboard-96620&appId=EnhancedDashboard-96620#Data.Columns.Users_Schema

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

      Yes. Thanks. I found the sample, made a copy, and in the meantime am quite far with my new Employment Agency App. Within this you can filter the level, branche and education of a candidate...really nice. Now I also want to put the job opportunities in there and eventhough not in the same table candidates and vacancies need to be filtered in one go...hope I find out how ...thanks again from the Netherlands !

    • @MultitechVisions
      @MultitechVisions  2 года назад +1

      @@walkerabenelux7803 Essentially re-create the same functionality you did for the first table, only for your second one.
      - But you don't need to create a whole separate control box; just include new columns in the filter section of your user table, giving your users the fields they need to filter the secondary table.
      - I'll sometimes add a graphic divider bar image, to help separate the two sections out; maybe even add in a header to note what each section is.

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

      @@MultitechVisions Allright. I'll give it a go. So that will be a new table and slicer added to the same toolbox? (In the future I definetely book a 1 on 1 with you,...lot's of questions)

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

    ALSO, how would we change the filter so that if we select multiple users a task is assigned to ( from an enumlist ref column referencing the users table via a valid_if) to show records of any of the selected people if multiple users are selected in the filter...?
    love your work! thank you!

    • @MultitechVisions
      @MultitechVisions  2 года назад +1

      ruclips.net/video/mRbIrznurIE/видео.html

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

      @@MultitechVisions thank you!
      I got it to work by using the IN, SPLIT, AND CONCATENATE.. but it only works if i select all 3 items in the list for that record.. For example, if a task is assigned to 3 people, i want it to show if i filter by selecting any of those 3 people, but it doesn't. So i have to select all 3 specific people in the filter enum list related to that record..

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

    Hi Matt very Good staff you have and your comments and videos are very encouraging to continue exploring Appsheet.
    Regarding Enhance dashboard, I have copied your app I have "translated” it to my app, and when everything is apparently fine after 50 roundabouts…, I try to delete filter with bottom and it says "Action Failed Filter Shipping Line is invalid", which is my first filter, also the bottom does not com red at all :(, any idea about what I made wrong?
    Many thanks !!!

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

    I saw your subscribers were 999, so I subscribe. LOL.

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

    Amazing! How do you turn black your text editor background?

    • @MultitechVisions
      @MultitechVisions  2 года назад +1

      That's the AppSheet Toolbox from appsheettraining.com/article/appsheet-toolbox-chrome-extension

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

      @@MultitechVisions Thanks!!

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

    ƤRO𝓂O𝕤ᗰ 🌟