Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear Experts,
Can anyone please help me with this:
i have a table with columns : ID Date Sequence no Operation_Performed.
I have filter Date and ID.
I want to show the table content only when the user select the date and id from the filter otherwise table show remain empty and show the column names and a message with please select the id and date. how is this possible. i am new with GetSelectedCount if possible can anyone please tell me the steps to achieve this.
It would be reallllyyyy Helpful please help 😊
Thanks
Rajvir
HI,
Use the following
GetSelectedCount(Date ) > 0 and
GetSelectedCount(ID) > 0
This need to being the Calculation Condition.
HI,
Use the following
GetSelectedCount(Date ) > 0 and
GetSelectedCount(ID) > 0
This need to being the Calculation Condition.
Thankyouuuuu @Mark_Little ☺