<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		>

<channel>
	<title>Creative COW | Edison Kertawijaya | Activity</title>
	<link>https://creativecow.net/members/edisonkertawijaya2/activity/</link>
	<atom:link href="https://creativecow.net/members/edisonkertawijaya2/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Edison Kertawijaya.</description>
	<lastBuildDate>Mon, 07 Sep 2026 23:18:08 +0000</lastBuildDate>
	<generator>https://buddypress.org/?v=2.5.10</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
		
								<item>
				<guid isPermaLink="false">cf3b9d8efaec4a49077431986ba8bf1c</guid>
				<title>Edison Kertawijaya started the discussion I want to put decimal when reach more than 1000 (1K), how should I put it? in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/i-want-to-put-decimal-when-reach-more-than-1000-1k-how-should-i-put-it/</link>
				<pubDate>Mon, 10 Jul 2023 13:35:20 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/i-want-to-put-decimal-when-reach-more-than-1000-1k-how-should-i-put-it/">I want to put decimal when reach more than 1000 (1K), how should I put it?</a></p> <div class="bb-content-inr-wrap"><p>Currently I&#8217;m creating expression when reach 1000, it&#8217;s become 1K, but I can&#8217;t add decimal, currently I need to add 2 decimal behind:</p>
<p>numSlider= effect(&#8220;Slider Control&#8221;)(&#8220;Slider&#8221;).value.toFixed(2);</p>
<p>if(numSlider&gt;999 &amp;&amp; numSlider&lt;1000000){</p>
<p>n = numSlider/1000;</p>
<p>Math.floor(n)+&#8221;k&#8221;</p>
<p>}</p>
<p>else if(numSlider&gt;1000000){</p>
<p>m =&hellip;<span class="activity-read-more" id="activity-read-more-385912"><a href="https://creativecow.net/forums/thread/i-want-to-put-decimal-when-reach-more-than-1000-1k-how-should-i-put-it/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		