Responsive Screen :-

In this Blog we will see How to create and how to show grid records based on filter. before going to this blog first you need to refer the below blog first.

Part-1:How to create a Responsive grid:https://www.crmonce.com/responsive-screen-with-gallery-filters-beginners/

Step-1: First place a Label in filter container.

Responsive screen

Next change the properties of that Label like font, Alignment, size etc.

now i am changing the alignment of the current lable.

 

Next changing the Font Weight, Text and Text alignment.

Now i am changing my label position based on my requirement. 

step-2: Next add Combobox, Textinputs or Date elements based on your requirement.

Now i am using combobox for to filter RoolNO in my grid.

Next connect the combo box with your field

Next change the combobox based on our requirement.

Next change the below code for to filter the records based on filter’s.

Filter(
        ‘Student Registration’,
        IsBlank(ComboboxCanvas1.Selected.Name) || Name=ComboboxCanvas1.Selected.Name,
        IsBlank(ComboboxCanvas1_1.Selected.’Date of Birth’) || ‘Date of Birth’=ComboboxCanvas1_1.Selected.’Date of Birth’,
        IsBlank(ComboboxCanvas1_2.Selected.ID) || ‘Date of Birth’=ComboboxCanvas1_2.Selected.ID,
        IsBlank(ComboboxCanvas1_3.Selected.Mail) || ‘Created By’.Email= ComboboxCanvas1_3.Selected.Mail,
        IsBlank(ComboboxCanvas2.Selected.’Roll No’) || ‘Roll No’= ComboboxCanvas2.Selected.’Roll No’
    )

Now it is working as expected.

For any Help or Queries Contact us on info@crmonce.com or +91 9493926112

https://www.crmonce.com/hide-and-show-field-based-on-field-value-2/