Raymond_MarlonTQrew Trainee4 years agoLog Number Hi, May someone help me create a formula for a Rich Text (Formula) field to be able to create a log number based on a Date / Time field. Example: Date / Time = 12-17-2021 1:33 PM I want m...Show More
Raymond_MarlonTQrew Trainee4 years agoHi @Mark Shnier It worked. Thanks for your help. Just a follow-up question, if I use the same formula you provided to a different field type for example a Date Type only (ex. Opportunity Date) var date MyDate = ToDate([Opportunity Date]);var text YY = Right(ToText(Year($MYDate)), 2);var text MM = PadLeft(ToText(Month($MyDate)),2, "0");List("", $YY, $MM, ToText([Record ID#]))How come I'm getting a another formula error? May you please advise what should be the new formula?------------------------------Raymond Marlon Tiangco------------------------------
MarkShnier__YouQrew Legend to Raymond_MarlonT4 years agoThe Opportunity Date fild is likely already a Date type field. So there is not need to convert it to a Date.var date MyDate = [Opportunity Date];------------------------------Mark Shnier (YQC)mark.shnier@gmail.com------------------------------
Raymond_MarlonTQrew Trainee to MarkShnier__You4 years agoThank you very much @Mark Shnier! :)------------------------------Raymond Marlon Tiangco------------------------------
Raymond_MarlonTQrew Trainee to MarkShnier__You4 years agoThank you very much @Mark Shnier! :)------------------------------Raymond Marlon Tiangco------------------------------
Related ContentAudit LogRoundup whole numberData Change Logs Just Got Smarter!Audi Log TIME (ISO-8601) ConversionAdding number of Business Days to Date
Recent DiscussionsUsing TimelinesHow do I unhide an app that I have no idea what it is named?Expanded URL from ReportsPipeline Error --> "Quickbase reported an error: No error"View query record if single record otherwise view query list