Report Generator Valid If

Hi everyone, I need help on making report generator.
So this is my setup database in AppSheet for the report generator table

Nadhirah_0-1750817519415.png

I only used Valid If for this table from Schedule table(as below) for the dropdown. 

Select Frequency --> Schedule[Frequency]
Select PPM --> Schedule[Task Type]
Select Month --> Schedule[Month]
Select Preferences --> Schedule[Format Date]

Select Trade is unused.

However the result for the dropdown does not follow selected data only for Select Preferences.
Result:-

Nadhirah_1-1750817744757.png
The Select Preferences is not following the other dropdown at all. Can you guys help me on this? Thank you so much!

Schedule Table

IDTask TypeFrequencyPPM Scheduled Start DateDayWeek NoMonthJob StatusChecklist doneTotal ChecklistPercentage CompletionColour CodeService TypeFormat DateYearMonth TextTimestampTech's DepartmentAttended ByTech's Contact NoTech's SignatureInspection Report/ RemarksTech's CommentTask CompleteCompletion TimeTask CheckedChecked ByChecked TimestampEngineer's SignatureEngineer's CommentAcknowledge ByAcknowledgement TimestampVerifier's SignatureVerifier's CommentStatus
Softscape-Daily-03-06-2025SoftscapeDaily3-Jun-2025Tuesday236No Action010.00%RedLandscape03-06-202520255-May       No          Planned
Solved Solved
0 6 129
1 ACCEPTED SOLUTION

Oh, got it, sounds that you are looking for "dependent dropdowns" feature?  Meaning when first option is selected, next fields should show only options applicable for first selection? It is not coming out clearly in your description because you also mentioned so as below


@Nadhirah wrote:

The Select Preferences is not following the other dropdown at all


 

 

Anyway, if yor are looking for dependent dropdown behavior, you may want to double check your Schedule table data structure. 

Please take a look at the following help article and especially sample app for understanding 'Dependent drop down" data structure. Also please ensure your columns are next to each other in the Schedule table.

Dependent drop-downs - AppSheet Help

 

View solution in original post

6 REPLIES 6

Please try with     SELECT(Schedule[Frequency], TRUE) ,  SELECT( Schedule[Task Type], TRUE),   SELECT(Schedule[Month], TRUE) and SELECT( Schedule[Format Date], TRUE)

Do i put this in each valid if accordingly?

I tried putting it in each valid if accordingly but the result is still same

Nadhirah_0-1750834726898.pngNadhirah_1-1750834729850.png

It should only return date in month 11 but instead it is showing all dates

Oh, got it, sounds that you are looking for "dependent dropdowns" feature?  Meaning when first option is selected, next fields should show only options applicable for first selection? It is not coming out clearly in your description because you also mentioned so as below


@Nadhirah wrote:

The Select Preferences is not following the other dropdown at all


 

 

Anyway, if yor are looking for dependent dropdown behavior, you may want to double check your Schedule table data structure. 

Please take a look at the following help article and especially sample app for understanding 'Dependent drop down" data structure. Also please ensure your columns are next to each other in the Schedule table.

Dependent drop-downs - AppSheet Help

 

I see, thats why its not what i expected it, thank you so much

You are welcome.

Top Labels in this Space