Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 WF,我在其中创建了一个在 2 个特定用户之间随机化字段值的状态。现在它每 30 秒使用00 到 30 之间的公式 to_char({today},'SS')选择一个用户。关于如何进一步加强随机化的任何想法?这是因为在进口的情况下,随机化可能是不平衡的。希望尽可能多地和随机地收紧。任何帮助将不胜感激。
你可以尝试这样的事情to_char({today},'SS') % 2 is 1