Hi. I have a view that contains dates and times for appointments. I am trying to sort the view by date and then by week. Is there a view selection formula that will return only the current week documents in the view (Sun-Sat), or a column formula to at least sort the documents by week. Thank...
I am trying to color code certain rows depending upon the number of children the main document has. I am trying-
red := 255:0:0 : 1 : 1 : 1;
apricot := 255:155:133 : 1 : 1 : 1;
number := @DocChildren ;
@If(@TextToNumber(number) >=3;red;"");
I understand that @docChildren returns "special...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.