
Yohan Hidalgo
- Total activity 28
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 0
Posts
Votes on activity by Yohan Hidalgo-
Multiple PDF generation
hey guys, every time I update an item in Podio, as I Test; Globiflow generates the PDF successfully, however I would like 1 PDF generated, not multiple when I update item. I would like for Globi, t...
-
best practice to break down multiple lines of a calculation
Hi Gang! I have this: (@B18==="TM"?(@B13=="E"?60+8*@B17+55*(@B16-1):(@B13=="S"?1.5*(60+8*@B17+55*(@B16-1)):(@B13=="EU"?1.5*(60+8*@B17+55*(@B16-1)):(@B13=="NL"?2*(60+8*@B17+55*(@B16-1)))))):(@B13=...
-
the CEILING in excel
Hi everyone, I can't get this to work in a calculation field: (@FieldA === 1?0:(@FieldB == "Text 1"?0:(@FieldB == "Text 2"?Math.round((0.9*(CEILING(2*@FieldC.1/3,5)))/25,0)25:CEILING(2@FieldC.1/...
-
Date field = current date
Hi guys, one of my challenges were make the date field display the current date.. do I have to choose the calc field rather?
-
horizontal line between fields
Hi Podio members, Wanted to know if you ever implemented a horizontal line / separator.. that can separate fields
-
Can I color (style) field color, for any of my apps?
Wanted to differ the important ones in red.. with the low priority fields = green. Through code, can I do this,, also use of css through js? your ideas, direction and comments are very helpful - ...
-
default category field option
Hi everyone, Will anyone guide me please,? I am looking to find a way to make one of my categories (option) a default category. as of know, I will need to select the category. I'd like to to have ...
-
Does anyone know how to make a relationship with a unique id from an app item?
I would like to be able to see the unique Id from that item created in others app,, if I want to update or create a new one from the contacts app.. when i'm creating a new contact.. thanks!!
-
When creating an app in PHP, that will work fetching data via api
Do I create a php file hosted in my domain? then add the code that you specify, that will fetch data into podio right? I need to know : 1 is the app in Podio, the php file I create or the app wi...
-
Help / guidance in creating an app that can connect via api..
Hi guys! I need Help / guidance in creating an app that can connect via api.. with other sources and have this tool calculate values before outputs a pdf, csv. etc. Thanks