DanMcLaughlin
5 years agoQrew Trainee
Using a button to filter related records in a table
I'm trying to setup a button that will show that status change history for a particular project. I have the log files in a child table.
If( [Status]="Not Started",
"<a class=\"Vibrant Snowy\" style=\"width:150px; text-align: center;\"href=" &URLRoot()&"db/"&[_DBID_STATUS_LOGS]&"?a=td"
&"&_fid_7="&[Record ID#]
&">"&"NOT STARTED"
&"</a>",
The resulting url looks like this: https://scenicsolutionsllc.quickbase.com/db/bqz7i8a5b?a=td&_fid_7=1932
The bold statement is where I run into trouble. I just get the unfiltered table
Any help on syntax here?
------------------------------
Dan McLaughlin
------------------------------
If( [Status]="Not Started",
"<a class=\"Vibrant Snowy\" style=\"width:150px; text-align: center;\"href=" &URLRoot()&"db/"&[_DBID_STATUS_LOGS]&"?a=td"
&"&_fid_7="&[Record ID#]
&">"&"NOT STARTED"
&"</a>",
The resulting url looks like this: https://scenicsolutionsllc.quickbase.com/db/bqz7i8a5b?a=td&_fid_7=1932
The bold statement is where I run into trouble. I just get the unfiltered table
Any help on syntax here?
------------------------------
Dan McLaughlin
------------------------------